google_api_dialogflow v0.16.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ConversationModel View Source
Represents a conversation model.
Attributes
articleSuggestionModelMetadata
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata.t
, default:nil
) - Metadata for article suggestion models.createTime
(type:DateTime.t
, default:nil
) - Output only. Creation time of this model.datasets
(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1InputDataset.t)
, default:nil
) - Required. Datasets used to create model.displayName
(type:String.t
, default:nil
) - Required. The display name of the model. At most 64 bytes long.name
(type:String.t
, default:nil
) - Output only. ConversationModel resource name. Format:projects/<Project ID>/conversationModels/<Conversation Model ID>
state
(type:String.t
, default:nil
) - Output only. State of the model. A model can only serve prediction requests after it gets deployed.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ConversationModel{ articleSuggestionModelMetadata: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata.t(), createTime: DateTime.t(), datasets: [ GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1InputDataset.t() ], displayName: String.t(), name: String.t(), state: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.