Class GoogleCloudDialogflowV2ConversationModel
Represents a conversation model.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationModel : IDirectResponseSchema
Properties
ArticleSuggestionModelMetadata
Metadata for article suggestion models.
Declaration
[JsonProperty("articleSuggestionModelMetadata")]
public virtual GoogleCloudDialogflowV2ArticleSuggestionModelMetadata ArticleSuggestionModelMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2ArticleSuggestionModelMetadata |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Creation time of this model.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Datasets
Required. Datasets used to create model.
Declaration
[JsonProperty("datasets")]
public virtual IList<GoogleCloudDialogflowV2InputDataset> Datasets { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2InputDataset> |
DisplayName
Required. The display name of the model. At most 64 bytes long.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
Language code for the conversation model. If not specified, the language is en-US. Language at ConversationModel should be set for all non en-us languages. This should be a BCP-47 language tag. Example: "en-US".
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
ConversationModel resource name. Format: projects//conversationModels/
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SatisfiesPzi
Output only. A read only boolean field reflecting Zone Isolation status of the model.
Declaration
[JsonProperty("satisfiesPzi")]
public virtual bool? SatisfiesPzi { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SatisfiesPzs
Output only. A read only boolean field reflecting Zone Separation status of the model.
Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SmartReplyModelMetadata
Metadata for smart reply models.
Declaration
[JsonProperty("smartReplyModelMetadata")]
public virtual GoogleCloudDialogflowV2SmartReplyModelMetadata SmartReplyModelMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2SmartReplyModelMetadata |
State
Output only. State of the model. A model can only serve prediction requests after it gets deployed.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |