Documentation ¶
Index ¶
- func CreatePlayPromptRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type PlayPromptRequestBody
- func (m *PlayPromptRequestBody) GetAdditionalData() map[string]interface{}
- func (m *PlayPromptRequestBody) GetClientContext() *string
- func (m *PlayPromptRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *PlayPromptRequestBody) GetPrompts() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Promptable
- func (m *PlayPromptRequestBody) Serialize(...) error
- func (m *PlayPromptRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *PlayPromptRequestBody) SetClientContext(value *string)
- func (m *PlayPromptRequestBody) SetPrompts(...)
- type PlayPromptRequestBodyable
- type PlayPromptRequestBuilder
- type PlayPromptRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePlayPromptRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreatePlayPromptRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreatePlayPromptRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type PlayPromptRequestBody ¶
type PlayPromptRequestBody struct {
// contains filtered or unexported fields
}
PlayPromptRequestBody provides operations to call the playPrompt method.
func NewPlayPromptRequestBody ¶
func NewPlayPromptRequestBody() *PlayPromptRequestBody
NewPlayPromptRequestBody instantiates a new playPromptRequestBody and sets the default values.
func (*PlayPromptRequestBody) GetAdditionalData ¶
func (m *PlayPromptRequestBody) 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 (*PlayPromptRequestBody) GetClientContext ¶
func (m *PlayPromptRequestBody) GetClientContext() *string
GetClientContext gets the clientContext property value. The clientContext property
func (*PlayPromptRequestBody) GetFieldDeserializers ¶
func (m *PlayPromptRequestBody) GetFieldDeserializers() map[string]func(interface{}, i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*PlayPromptRequestBody) GetPrompts ¶
func (m *PlayPromptRequestBody) GetPrompts() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Promptable
GetPrompts gets the prompts property value. The prompts property
func (*PlayPromptRequestBody) Serialize ¶
func (m *PlayPromptRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*PlayPromptRequestBody) SetAdditionalData ¶
func (m *PlayPromptRequestBody) 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 (*PlayPromptRequestBody) SetClientContext ¶
func (m *PlayPromptRequestBody) SetClientContext(value *string)
SetClientContext sets the clientContext property value. The clientContext property
func (*PlayPromptRequestBody) SetPrompts ¶
func (m *PlayPromptRequestBody) SetPrompts(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Promptable)
SetPrompts sets the prompts property value. The prompts property
type PlayPromptRequestBodyable ¶ added in v0.13.0
type PlayPromptRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetClientContext() *string GetPrompts() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Promptable SetClientContext(value *string) SetPrompts(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Promptable) }
PlayPromptRequestBodyable
type PlayPromptRequestBuilder ¶
type PlayPromptRequestBuilder struct {
// contains filtered or unexported fields
}
PlayPromptRequestBuilder provides operations to call the playPrompt method.
func NewPlayPromptRequestBuilder ¶
func NewPlayPromptRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlayPromptRequestBuilder
NewPlayPromptRequestBuilder instantiates a new PlayPromptRequestBuilder and sets the default values.
func NewPlayPromptRequestBuilderInternal ¶
func NewPlayPromptRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PlayPromptRequestBuilder
NewPlayPromptRequestBuilderInternal instantiates a new PlayPromptRequestBuilder and sets the default values.
func (*PlayPromptRequestBuilder) CreatePostRequestInformation ¶
func (m *PlayPromptRequestBuilder) CreatePostRequestInformation(options *PlayPromptRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action playPrompt
func (*PlayPromptRequestBuilder) Post ¶
func (m *PlayPromptRequestBuilder) Post(options *PlayPromptRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PlayPromptOperationable, error)
Post invoke action playPrompt
type PlayPromptRequestBuilderPostOptions ¶
type PlayPromptRequestBuilderPostOptions struct { // Body PlayPromptRequestBodyable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
PlayPromptRequestBuilderPostOptions options for Post