Documentation
¶
Index ¶
- func CreateAnswerPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type AnswerPostRequestBody
- func (m *AnswerPostRequestBody) GetAcceptedModalities() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Modality
- func (m *AnswerPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *AnswerPostRequestBody) GetCallOptions() ...
- func (m *AnswerPostRequestBody) GetCallbackUri() *string
- func (m *AnswerPostRequestBody) GetFieldDeserializers() ...
- func (m *AnswerPostRequestBody) GetMediaConfig() ...
- func (m *AnswerPostRequestBody) GetParticipantCapacity() *int32
- func (m *AnswerPostRequestBody) Serialize(...) error
- func (m *AnswerPostRequestBody) SetAcceptedModalities(...)
- func (m *AnswerPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *AnswerPostRequestBody) SetCallOptions(...)
- func (m *AnswerPostRequestBody) SetCallbackUri(value *string)
- func (m *AnswerPostRequestBody) SetMediaConfig(...)
- func (m *AnswerPostRequestBody) SetParticipantCapacity(value *int32)
- type AnswerPostRequestBodyable
- type AnswerRequestBuilder
- func (m *AnswerRequestBuilder) CreatePostRequestInformation(body AnswerPostRequestBodyable) (...)
- func (m *AnswerRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body AnswerPostRequestBodyable, ...) (...)
- func (m *AnswerRequestBuilder) Post(ctx context.Context, body AnswerPostRequestBodyable, ...) error
- type AnswerRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAnswerPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateAnswerPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
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
func (m *AnswerPostRequestBody) GetAcceptedModalities() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Modality
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
func (m *AnswerPostRequestBody) GetCallOptions() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IncomingCallOptionsable
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
func (m *AnswerPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*AnswerPostRequestBody) GetMediaConfig ¶ added in v0.24.0
func (m *AnswerPostRequestBody) GetMediaConfig() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MediaConfigable
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
func (m *AnswerPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*AnswerPostRequestBody) SetAcceptedModalities ¶ added in v0.24.0
func (m *AnswerPostRequestBody) SetAcceptedModalities(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Modality)
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
func (m *AnswerPostRequestBody) SetCallOptions(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IncomingCallOptionsable)
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
func (m *AnswerPostRequestBody) SetMediaConfig(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MediaConfigable)
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 AnswerPostRequestBodyable ¶ added in v0.24.0
type AnswerPostRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetAcceptedModalities() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Modality
GetCallbackUri() *string
GetCallOptions() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IncomingCallOptionsable
GetMediaConfig() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MediaConfigable
GetParticipantCapacity() *int32
SetAcceptedModalities(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Modality)
SetCallbackUri(value *string)
SetCallOptions(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IncomingCallOptionsable)
SetMediaConfig(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.MediaConfigable)
SetParticipantCapacity(value *int32)
}
AnswerPostRequestBodyable
type AnswerRequestBuilder ¶
type AnswerRequestBuilder struct {
// contains filtered or unexported fields
}
AnswerRequestBuilder provides operations to call the answer method.
func NewAnswerRequestBuilder ¶
func NewAnswerRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AnswerRequestBuilder
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 ¶
func (m *AnswerRequestBuilder) CreatePostRequestInformation(body AnswerPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
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
func (m *AnswerRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body AnswerPostRequestBodyable, requestConfiguration *AnswerRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
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 ¶
func (m *AnswerRequestBuilder) Post(ctx context.Context, body AnswerPostRequestBodyable, requestConfiguration *AnswerRequestBuilderPostRequestConfiguration) error
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.