Google Cloud Dialogflow v2beta1 API - Class QueryInput (1.0.0-beta15)

public sealed class QueryInput : IMessage<QueryInput>, IEquatable<QueryInput>, IDeepCloneable<QueryInput>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class QueryInput.

Represents the query input. It can contain either:

  1. An audio config which instructs the speech recognizer how to process the speech audio.

  2. A conversational query in the form of text.

  3. An event that specifies which intent to trigger.

Inheritance

object > QueryInput

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

QueryInput()

public QueryInput()

QueryInput(QueryInput)

public QueryInput(QueryInput other)
Parameter
NameDescription
otherQueryInput

Properties

AudioConfig

public InputAudioConfig AudioConfig { get; set; }

Instructs the speech recognizer how to process the speech audio.

Property Value
TypeDescription
InputAudioConfig

Dtmf

public TelephonyDtmfEvents Dtmf { get; set; }

The DTMF digits used to invoke intent and fill in parameter value.

Property Value
TypeDescription
TelephonyDtmfEvents

Event

public EventInput Event { get; set; }

The event to be processed.

Property Value
TypeDescription
EventInput

InputCase

public QueryInput.InputOneofCase InputCase { get; }
Property Value
TypeDescription
QueryInputInputOneofCase

Text

public TextInput Text { get; set; }

The natural language text to be processed.

Property Value
TypeDescription
TextInput