Class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
Inheritance
GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig : 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