Answer Class

Definition

This is the action which customers can specify to indicate that the server call agent should accept the call. The media is hosted by the server call agent

public class Answer : Microsoft.Bot.Builder.Calling.ObjectModel.Contracts.ActionBase
type Answer = class
    inherit ActionBase
Public Class Answer
Inherits ActionBase
Inheritance

Constructors

Answer()

Fields

DefaultAcceptModalityTypes

Properties

AcceptModalityTypes

The modality types the application will accept. If none are specified, audio-only is assumed.

Action

The type of action. Various concrete action classes specify their name. This is used to deserialize a list of actions from JSON to their respective concrete classes.

(Inherited from ActionBase)
IsStandaloneAction

Flag to indicate whether this action must not be specified along with any other actions.

(Inherited from ActionBase)
OperationId

An operation Id needs to be specified by customer so that they can correlate outcome to the action. This becomes necessary when multiple actions are specified in one response body

Note: this is the first serialized field since it has the lowest order. By default Json.net starts ordering from -1.

(Inherited from ActionBase)

Methods

Validate()

Applies to