recordresponse

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RecordResponseRequestBody

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

func NewRecordResponseRequestBody

func NewRecordResponseRequestBody() *RecordResponseRequestBody

Instantiates a new recordResponseRequestBody and sets the default values.

func (*RecordResponseRequestBody) GetAdditionalData

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

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 (*RecordResponseRequestBody) GetBargeInAllowed

func (m *RecordResponseRequestBody) GetBargeInAllowed() *bool

Gets the bargeInAllowed property value.

func (*RecordResponseRequestBody) GetClientContext

func (m *RecordResponseRequestBody) GetClientContext() *string

Gets the clientContext property value.

func (*RecordResponseRequestBody) GetFieldDeserializers

The deserialization information for the current model

func (*RecordResponseRequestBody) GetInitialSilenceTimeoutInSeconds

func (m *RecordResponseRequestBody) GetInitialSilenceTimeoutInSeconds() *int32

Gets the initialSilenceTimeoutInSeconds property value.

func (*RecordResponseRequestBody) GetMaxRecordDurationInSeconds

func (m *RecordResponseRequestBody) GetMaxRecordDurationInSeconds() *int32

Gets the maxRecordDurationInSeconds property value.

func (*RecordResponseRequestBody) GetMaxSilenceTimeoutInSeconds

func (m *RecordResponseRequestBody) GetMaxSilenceTimeoutInSeconds() *int32

Gets the maxSilenceTimeoutInSeconds property value.

func (*RecordResponseRequestBody) GetPlayBeep

func (m *RecordResponseRequestBody) GetPlayBeep() *bool

Gets the playBeep property value.

func (*RecordResponseRequestBody) GetPrompts

Gets the prompts property value.

func (*RecordResponseRequestBody) GetStopTones

func (m *RecordResponseRequestBody) GetStopTones() []string

Gets the stopTones property value.

func (*RecordResponseRequestBody) IsNil

func (m *RecordResponseRequestBody) IsNil() bool

func (*RecordResponseRequestBody) Serialize

Serializes information the current object Parameters:

  • writer : Serialization writer to use to serialize this model

func (*RecordResponseRequestBody) SetAdditionalData

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

Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:

  • value : Value to set for the AdditionalData property.

func (*RecordResponseRequestBody) SetBargeInAllowed

func (m *RecordResponseRequestBody) SetBargeInAllowed(value *bool)

Sets the bargeInAllowed property value. Parameters:

  • value : Value to set for the bargeInAllowed property.

func (*RecordResponseRequestBody) SetClientContext

func (m *RecordResponseRequestBody) SetClientContext(value *string)

Sets the clientContext property value. Parameters:

  • value : Value to set for the clientContext property.

func (*RecordResponseRequestBody) SetInitialSilenceTimeoutInSeconds

func (m *RecordResponseRequestBody) SetInitialSilenceTimeoutInSeconds(value *int32)

Sets the initialSilenceTimeoutInSeconds property value. Parameters:

  • value : Value to set for the initialSilenceTimeoutInSeconds property.

func (*RecordResponseRequestBody) SetMaxRecordDurationInSeconds

func (m *RecordResponseRequestBody) SetMaxRecordDurationInSeconds(value *int32)

Sets the maxRecordDurationInSeconds property value. Parameters:

  • value : Value to set for the maxRecordDurationInSeconds property.

func (*RecordResponseRequestBody) SetMaxSilenceTimeoutInSeconds

func (m *RecordResponseRequestBody) SetMaxSilenceTimeoutInSeconds(value *int32)

Sets the maxSilenceTimeoutInSeconds property value. Parameters:

  • value : Value to set for the maxSilenceTimeoutInSeconds property.

func (*RecordResponseRequestBody) SetPlayBeep

func (m *RecordResponseRequestBody) SetPlayBeep(value *bool)

Sets the playBeep property value. Parameters:

  • value : Value to set for the playBeep property.

func (*RecordResponseRequestBody) SetPrompts

Sets the prompts property value. Parameters:

  • value : Value to set for the prompts property.

func (*RecordResponseRequestBody) SetStopTones

func (m *RecordResponseRequestBody) SetStopTones(value []string)

Sets the stopTones property value. Parameters:

  • value : Value to set for the stopTones property.

type RecordResponseRequestBuilder

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

Builds and executes requests for operations under \communications\calls\{call-id}\microsoft.graph.recordResponse

func NewRecordResponseRequestBuilder

Instantiates a new RecordResponseRequestBuilder and sets the default values. Parameters:

  • rawUrl : The raw URL to use for the request builder.
  • requestAdapter : The request adapter to use to execute the requests.

func NewRecordResponseRequestBuilderInternal

func NewRecordResponseRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RecordResponseRequestBuilder

Instantiates a new RecordResponseRequestBuilder and sets the default values. Parameters:

  • pathParameters : Path parameters for the request
  • requestAdapter : The request adapter to use to execute the requests.

func (*RecordResponseRequestBuilder) CreatePostRequestInformation

Invoke action recordResponse Parameters:

  • options : Options for the request

func (*RecordResponseRequestBuilder) Post

Invoke action recordResponse Parameters:

  • options : Options for the request

type RecordResponseRequestBuilderPostOptions

type RecordResponseRequestBuilderPostOptions struct {
	//
	Body *RecordResponseRequestBody
	// Request headers
	H map[string]string
	// Request options
	O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}

Options for Post

type RecordResponseResponse

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

Union type wrapper for classes recordOperation

func NewRecordResponseResponse

func NewRecordResponseResponse() *RecordResponseResponse

Instantiates a new recordResponseResponse and sets the default values.

func (*RecordResponseResponse) GetAdditionalData

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

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 (*RecordResponseResponse) GetFieldDeserializers

The deserialization information for the current model

func (*RecordResponseResponse) GetRecordOperation

Gets the recordOperation property value. Union type representation for type recordOperation

func (*RecordResponseResponse) IsNil

func (m *RecordResponseResponse) IsNil() bool

func (*RecordResponseResponse) Serialize

Serializes information the current object Parameters:

  • writer : Serialization writer to use to serialize this model

func (*RecordResponseResponse) SetAdditionalData

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

Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:

  • value : Value to set for the AdditionalData property.

func (*RecordResponseResponse) SetRecordOperation

Sets the recordOperation property value. Union type representation for type recordOperation Parameters:

  • value : Value to set for the recordOperation property.

Jump to

Keyboard shortcuts

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