Class: Google::Cloud::Dialogflow::V2::DeployConversationModelOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::DeployConversationModelOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_model.rb
Overview
Metadata for a ConversationModels.DeployConversationModel operation.
Instance Attribute Summary collapse
-
#conversation_model ⇒ ::String
The resource name of the conversation model.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Timestamp when request to deploy conversation model was submitted.
Instance Attribute Details
#conversation_model ⇒ ::String
Returns The resource name of the conversation model. Format:
projects/<Project ID>/conversationModels/<Conversation Model Id>
.
472 473 474 475 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 472 class DeployConversationModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Timestamp when request to deploy conversation model was submitted. The time is measured on server side.
472 473 474 475 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 472 class DeployConversationModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |