answer

package
v0.41.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateAnswerPostRequestBodyFromDiscriminatorValue added in v0.24.0

CreateAnswerPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

Types

type AnswerPostRequestBody added in v0.24.0

type AnswerPostRequestBody struct {
	// contains filtered or unexported fields
}

AnswerPostRequestBody provides operations to call the answer method.

func NewAnswerPostRequestBody added in v0.24.0

func NewAnswerPostRequestBody() *AnswerPostRequestBody

NewAnswerPostRequestBody instantiates a new answerPostRequestBody and sets the default values.

func (*AnswerPostRequestBody) GetAcceptedModalities added in v0.24.0

GetAcceptedModalities gets the acceptedModalities property value. The acceptedModalities property

func (*AnswerPostRequestBody) GetAdditionalData added in v0.24.0

func (m *AnswerPostRequestBody) GetAdditionalData() map[string]interface{}

GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*AnswerPostRequestBody) GetCallOptions added in v0.24.0

GetCallOptions gets the callOptions property value. The callOptions property

func (*AnswerPostRequestBody) GetCallbackUri added in v0.24.0

func (m *AnswerPostRequestBody) GetCallbackUri() *string

GetCallbackUri gets the callbackUri property value. The callbackUri property

func (*AnswerPostRequestBody) GetFieldDeserializers added in v0.24.0

GetFieldDeserializers the deserialization information for the current model

func (*AnswerPostRequestBody) GetMediaConfig added in v0.24.0

GetMediaConfig gets the mediaConfig property value. The mediaConfig property

func (*AnswerPostRequestBody) GetParticipantCapacity added in v0.24.0

func (m *AnswerPostRequestBody) GetParticipantCapacity() *int32

GetParticipantCapacity gets the participantCapacity property value. The participantCapacity property

func (*AnswerPostRequestBody) Serialize added in v0.24.0

Serialize serializes information the current object

func (*AnswerPostRequestBody) SetAcceptedModalities added in v0.24.0

SetAcceptedModalities sets the acceptedModalities property value. The acceptedModalities property

func (*AnswerPostRequestBody) SetAdditionalData added in v0.24.0

func (m *AnswerPostRequestBody) SetAdditionalData(value map[string]interface{})

SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*AnswerPostRequestBody) SetCallOptions added in v0.24.0

SetCallOptions sets the callOptions property value. The callOptions property

func (*AnswerPostRequestBody) SetCallbackUri added in v0.24.0

func (m *AnswerPostRequestBody) SetCallbackUri(value *string)

SetCallbackUri sets the callbackUri property value. The callbackUri property

func (*AnswerPostRequestBody) SetMediaConfig added in v0.24.0

SetMediaConfig sets the mediaConfig property value. The mediaConfig property

func (*AnswerPostRequestBody) SetParticipantCapacity added in v0.24.0

func (m *AnswerPostRequestBody) SetParticipantCapacity(value *int32)

SetParticipantCapacity sets the participantCapacity property value. The participantCapacity property

type AnswerRequestBuilder

type AnswerRequestBuilder struct {
	// contains filtered or unexported fields
}

AnswerRequestBuilder provides operations to call the answer method.

func NewAnswerRequestBuilder

NewAnswerRequestBuilder instantiates a new AnswerRequestBuilder and sets the default values.

func NewAnswerRequestBuilderInternal

func NewAnswerRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AnswerRequestBuilder

NewAnswerRequestBuilderInternal instantiates a new AnswerRequestBuilder and sets the default values.

func (*AnswerRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.

func (*AnswerRequestBuilder) CreatePostRequestInformationWithRequestConfiguration added in v0.22.0

CreatePostRequestInformationWithRequestConfiguration enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.

func (*AnswerRequestBuilder) Post

Post enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.

type AnswerRequestBuilderPostRequestConfiguration added in v0.22.0

type AnswerRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AnswerRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL