Class GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest
Inheritance
GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequest : IDirectResponseSchema
Properties
ConversationProfile
Declaration
[JsonProperty("conversationProfile")]
public virtual GoogleCloudDialogflowV2beta1ConversationProfile ConversationProfile { 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
MaxContextSize
Declaration
[JsonProperty("maxContextSize")]
public virtual int? MaxContextSize { get; set; }
Property Value
StatelessConversation
Declaration
[JsonProperty("statelessConversation")]
public virtual GoogleCloudDialogflowV2beta1GenerateStatelessSummaryRequestMinimalConversation StatelessConversation { get; set; }
Property Value
Implements