reject

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 CreateRejectPostRequestBodyFromDiscriminatorValue added in v0.24.0

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

Types

type RejectPostRequestBody added in v0.24.0

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

RejectPostRequestBody provides operations to call the reject method.

func NewRejectPostRequestBody added in v0.24.0

func NewRejectPostRequestBody() *RejectPostRequestBody

NewRejectPostRequestBody instantiates a new rejectPostRequestBody and sets the default values.

func (*RejectPostRequestBody) GetAdditionalData added in v0.24.0

func (m *RejectPostRequestBody) 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 (*RejectPostRequestBody) GetCallbackUri added in v0.24.0

func (m *RejectPostRequestBody) GetCallbackUri() *string

GetCallbackUri gets the callbackUri property value. The callbackUri property

func (*RejectPostRequestBody) GetFieldDeserializers added in v0.24.0

GetFieldDeserializers the deserialization information for the current model

func (*RejectPostRequestBody) GetReason added in v0.24.0

GetReason gets the reason property value. The reason property

func (*RejectPostRequestBody) Serialize added in v0.24.0

Serialize serializes information the current object

func (*RejectPostRequestBody) SetAdditionalData added in v0.24.0

func (m *RejectPostRequestBody) 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 (*RejectPostRequestBody) SetCallbackUri added in v0.24.0

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

SetCallbackUri sets the callbackUri property value. The callbackUri property

func (*RejectPostRequestBody) SetReason added in v0.24.0

SetReason sets the reason property value. The reason property

type RejectRequestBuilder

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

RejectRequestBuilder provides operations to call the reject method.

func NewRejectRequestBuilder

NewRejectRequestBuilder instantiates a new RejectRequestBuilder and sets the default values.

func NewRejectRequestBuilderInternal

func NewRejectRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RejectRequestBuilder

NewRejectRequestBuilderInternal instantiates a new RejectRequestBuilder and sets the default values.

func (*RejectRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation enable a bot to reject 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 or reject the call before the call times out. The current timeout value is 15 seconds. This API does not end existing calls that have already been answered. Use delete call to end a call.

func (*RejectRequestBuilder) CreatePostRequestInformationWithRequestConfiguration added in v0.22.0

CreatePostRequestInformationWithRequestConfiguration enable a bot to reject 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 or reject the call before the call times out. The current timeout value is 15 seconds. This API does not end existing calls that have already been answered. Use delete call to end a call.

func (*RejectRequestBuilder) Post

Post enable a bot to reject 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 or reject the call before the call times out. The current timeout value is 15 seconds. This API does not end existing calls that have already been answered. Use delete call to end a call.

type RejectRequestBuilderPostRequestConfiguration added in v0.22.0

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

RejectRequestBuilderPostRequestConfiguration 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