Class ConversationModel (2.13.0)

ConversationModel(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a conversation model.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
name str
ConversationModel resource name. Format: projects/
display_name str
Required. The display name of the model. At most 64 bytes long.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Creation time of this model.
datasets Sequence[google.cloud.dialogflow_v2.types.InputDataset]
Required. Datasets used to create model.
state google.cloud.dialogflow_v2.types.ConversationModel.State
Output only. State of the model. A model can only serve prediction requests after it gets deployed.
language_code str
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".
article_suggestion_model_metadata google.cloud.dialogflow_v2.types.ArticleSuggestionModelMetadata
Metadata for article suggestion models. This field is a member of oneof_ model_metadata.
smart_reply_model_metadata google.cloud.dialogflow_v2.types.SmartReplyModelMetadata
Metadata for smart reply models. This field is a member of oneof_ model_metadata.

Classes

ModelType

ModelType(value)

Model type.

State

State(value)

State of the model.