Class: Google::Cloud::Dialogflow::V2::DeployConversationModelOperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#conversation_model::String

Returns The resource name of the conversation model. Format: projects/<Project ID>/conversationModels/<Conversation Model Id>.

Returns:

  • (::String)

    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.

Returns:



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