public sealed class BidiStreamingAnalyzeContentRequest.Types.Input : IMessage<BidiStreamingAnalyzeContentRequest.Types.Input>, IEquatable<BidiStreamingAnalyzeContentRequest.Types.Input>, IDeepCloneable<BidiStreamingAnalyzeContentRequest.Types.Input>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BidiStreamingAnalyzeContentRequest.Types.Input.
Input for the conversation.
Implements
IMessageBidiStreamingAnalyzeContentRequestTypesInput, IEquatableBidiStreamingAnalyzeContentRequestTypesInput, IDeepCloneableBidiStreamingAnalyzeContentRequestTypesInput, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
Input()
public Input()Input(Input)
public Input(BidiStreamingAnalyzeContentRequest.Types.Input other)| Parameter | |
|---|---|
| Name | Description |
other |
BidiStreamingAnalyzeContentRequestTypesInput |
Properties
Audio
public ByteString Audio { get; set; }The content of audio stream to be recognized.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
Dtmf
public TelephonyDtmfEvents Dtmf { get; set; }The DTMF digits used to invoke intent and fill in parameter value.
This input is ignored if the previous response indicated that DTMF input is not accepted.
| Property Value | |
|---|---|
| Type | Description |
TelephonyDtmfEvents |
|
HasAudio
public bool HasAudio { get; }Gets whether the "audio" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
InputCase
public BidiStreamingAnalyzeContentRequest.Types.Input.InputOneofCase InputCase { get; }| Property Value | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequestTypesInputInputOneofCase |
|
Turn
public BidiStreamingAnalyzeContentRequest.Types.TurnInput Turn { get; set; }Turn input.
| Property Value | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequestTypesTurnInput |
|