Documentation ¶
Index ¶
- type DeleteOnlineMeetingTranscriptContentOperationOptions
- type DeleteOnlineMeetingTranscriptContentOperationResponse
- type GetOnlineMeetingTranscriptContentOperationOptions
- type GetOnlineMeetingTranscriptContentOperationResponse
- type OnlineMeetingTranscriptContentClient
- func (c OnlineMeetingTranscriptContentClient) DeleteOnlineMeetingTranscriptContent(ctx context.Context, id stable.UserIdOnlineMeetingIdTranscriptId, ...) (result DeleteOnlineMeetingTranscriptContentOperationResponse, err error)
- func (c OnlineMeetingTranscriptContentClient) GetOnlineMeetingTranscriptContent(ctx context.Context, id stable.UserIdOnlineMeetingIdTranscriptId, ...) (result GetOnlineMeetingTranscriptContentOperationResponse, err error)
- func (c OnlineMeetingTranscriptContentClient) SetOnlineMeetingTranscriptContent(ctx context.Context, id stable.UserIdOnlineMeetingIdTranscriptId, input []byte, ...) (result SetOnlineMeetingTranscriptContentOperationResponse, err error)
- type SetOnlineMeetingTranscriptContentOperationOptions
- type SetOnlineMeetingTranscriptContentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteOnlineMeetingTranscriptContentOperationOptions ¶
type DeleteOnlineMeetingTranscriptContentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOnlineMeetingTranscriptContentOperationOptions ¶
func DefaultDeleteOnlineMeetingTranscriptContentOperationOptions() DeleteOnlineMeetingTranscriptContentOperationOptions
func (DeleteOnlineMeetingTranscriptContentOperationOptions) ToHeaders ¶
func (o DeleteOnlineMeetingTranscriptContentOperationOptions) ToHeaders() *client.Headers
func (DeleteOnlineMeetingTranscriptContentOperationOptions) ToOData ¶
func (o DeleteOnlineMeetingTranscriptContentOperationOptions) ToOData() *odata.Query
func (DeleteOnlineMeetingTranscriptContentOperationOptions) ToQuery ¶
func (o DeleteOnlineMeetingTranscriptContentOperationOptions) ToQuery() *client.QueryParams
type GetOnlineMeetingTranscriptContentOperationOptions ¶
type GetOnlineMeetingTranscriptContentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetOnlineMeetingTranscriptContentOperationOptions ¶
func DefaultGetOnlineMeetingTranscriptContentOperationOptions() GetOnlineMeetingTranscriptContentOperationOptions
func (GetOnlineMeetingTranscriptContentOperationOptions) ToHeaders ¶
func (o GetOnlineMeetingTranscriptContentOperationOptions) ToHeaders() *client.Headers
func (GetOnlineMeetingTranscriptContentOperationOptions) ToOData ¶
func (o GetOnlineMeetingTranscriptContentOperationOptions) ToOData() *odata.Query
func (GetOnlineMeetingTranscriptContentOperationOptions) ToQuery ¶
func (o GetOnlineMeetingTranscriptContentOperationOptions) ToQuery() *client.QueryParams
type OnlineMeetingTranscriptContentClient ¶
func NewOnlineMeetingTranscriptContentClientWithBaseURI ¶
func NewOnlineMeetingTranscriptContentClientWithBaseURI(sdkApi sdkEnv.Api) (*OnlineMeetingTranscriptContentClient, error)
func (OnlineMeetingTranscriptContentClient) DeleteOnlineMeetingTranscriptContent ¶
func (c OnlineMeetingTranscriptContentClient) DeleteOnlineMeetingTranscriptContent(ctx context.Context, id stable.UserIdOnlineMeetingIdTranscriptId, options DeleteOnlineMeetingTranscriptContentOperationOptions) (result DeleteOnlineMeetingTranscriptContentOperationResponse, err error)
DeleteOnlineMeetingTranscriptContent - Delete content for the navigation property transcripts in users. The content of the transcript. Read-only.
func (OnlineMeetingTranscriptContentClient) GetOnlineMeetingTranscriptContent ¶
func (c OnlineMeetingTranscriptContentClient) GetOnlineMeetingTranscriptContent(ctx context.Context, id stable.UserIdOnlineMeetingIdTranscriptId, options GetOnlineMeetingTranscriptContentOperationOptions) (result GetOnlineMeetingTranscriptContentOperationResponse, err error)
GetOnlineMeetingTranscriptContent - Get callTranscript. Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
func (OnlineMeetingTranscriptContentClient) SetOnlineMeetingTranscriptContent ¶
func (c OnlineMeetingTranscriptContentClient) SetOnlineMeetingTranscriptContent(ctx context.Context, id stable.UserIdOnlineMeetingIdTranscriptId, input []byte, options SetOnlineMeetingTranscriptContentOperationOptions) (result SetOnlineMeetingTranscriptContentOperationResponse, err error)
SetOnlineMeetingTranscriptContent - Update content for the navigation property transcripts in users. The content of the transcript. Read-only.
type SetOnlineMeetingTranscriptContentOperationOptions ¶
type SetOnlineMeetingTranscriptContentOperationOptions struct { ContentType string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetOnlineMeetingTranscriptContentOperationOptions ¶
func DefaultSetOnlineMeetingTranscriptContentOperationOptions() SetOnlineMeetingTranscriptContentOperationOptions
func (SetOnlineMeetingTranscriptContentOperationOptions) ToHeaders ¶
func (o SetOnlineMeetingTranscriptContentOperationOptions) ToHeaders() *client.Headers
func (SetOnlineMeetingTranscriptContentOperationOptions) ToOData ¶
func (o SetOnlineMeetingTranscriptContentOperationOptions) ToOData() *odata.Query
func (SetOnlineMeetingTranscriptContentOperationOptions) ToQuery ¶
func (o SetOnlineMeetingTranscriptContentOperationOptions) ToQuery() *client.QueryParams