Class GoogleCloudDialogflowV2SuggestSmartRepliesRequest
Inheritance
GoogleCloudDialogflowV2SuggestSmartRepliesRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SuggestSmartRepliesRequest : IDirectResponseSchema
Properties
ContextSize
Declaration
[JsonProperty("contextSize")]
public virtual int? ContextSize { get; set; }
Property Value
CurrentTextInput
Declaration
[JsonProperty("currentTextInput")]
public virtual GoogleCloudDialogflowV2TextInput CurrentTextInput { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
LatestMessage
Declaration
[JsonProperty("latestMessage")]
public virtual string LatestMessage { get; set; }
Property Value
Implements