Class GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
Inheritance
GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse : IDirectResponseSchema
Properties
ContextSize
Declaration
[JsonProperty("contextSize")]
public virtual int? ContextSize { 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
SmartReplyAnswers
Declaration
[JsonProperty("smartReplyAnswers")]
public virtual IList<GoogleCloudDialogflowV2beta1SmartReplyAnswer> SmartReplyAnswers { get; set; }
Property Value
Implements