redirect

package
v0.47.0 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateRedirectPostRequestBodyFromDiscriminatorValue added in v0.24.0

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

Types

type RedirectPostRequestBody added in v0.24.0

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

RedirectPostRequestBody provides operations to call the redirect method.

func NewRedirectPostRequestBody added in v0.24.0

func NewRedirectPostRequestBody() *RedirectPostRequestBody

NewRedirectPostRequestBody instantiates a new redirectPostRequestBody and sets the default values.

func (*RedirectPostRequestBody) GetAdditionalData added in v0.24.0

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

func (m *RedirectPostRequestBody) GetCallbackUri() *string

GetCallbackUri gets the callbackUri property value. The callbackUri property

func (*RedirectPostRequestBody) GetFieldDeserializers added in v0.24.0

GetFieldDeserializers the deserialization information for the current model

func (*RedirectPostRequestBody) GetTargets added in v0.24.0

GetTargets gets the targets property value. The targets property

func (*RedirectPostRequestBody) GetTimeout added in v0.24.0

func (m *RedirectPostRequestBody) GetTimeout() *int32

GetTimeout gets the timeout property value. The timeout property

func (*RedirectPostRequestBody) Serialize added in v0.24.0

Serialize serializes information the current object

func (*RedirectPostRequestBody) SetAdditionalData added in v0.24.0

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

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

SetCallbackUri sets the callbackUri property value. The callbackUri property

func (*RedirectPostRequestBody) SetTargets added in v0.24.0

SetTargets sets the targets property value. The targets property

func (*RedirectPostRequestBody) SetTimeout added in v0.24.0

func (m *RedirectPostRequestBody) SetTimeout(value *int32)

SetTimeout sets the timeout property value. The timeout property

type RedirectRequestBuilder

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

RedirectRequestBuilder provides operations to call the redirect method.

func NewRedirectRequestBuilder

NewRedirectRequestBuilder instantiates a new RedirectRequestBuilder and sets the default values.

func NewRedirectRequestBuilderInternal

func NewRedirectRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RedirectRequestBuilder

NewRedirectRequestBuilderInternal instantiates a new RedirectRequestBuilder and sets the default values.

func (*RedirectRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation redirect an incoming call that hasn't been answered or rejected yet. The terms 'redirecting' and 'forwarding' a call are used interchangeably. The bot is expected to redirect the call before the call times out. The current timeout value is 15 seconds.

func (*RedirectRequestBuilder) Post

Post redirect an incoming call that hasn't been answered or rejected yet. The terms 'redirecting' and 'forwarding' a call are used interchangeably. The bot is expected to redirect the call before the call times out. The current timeout value is 15 seconds.

type RedirectRequestBuilderPostRequestConfiguration added in v0.22.0

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

RedirectRequestBuilderPostRequestConfiguration 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