Class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
Inheritance
GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig : IDirectResponseSchema
Properties
BaselineModelVersion
Declaration
[JsonProperty("baselineModelVersion")]
public virtual string BaselineModelVersion { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Model
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Implements