Class: Google::Cloud::Dialogflow::V2::DeployConversationModelRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The conversation model to deploy. Format: projects/<Project ID>/conversationModels/<Conversation Model ID>.

Returns:

  • (::String)

    Required. The conversation model to deploy. Format: projects/<Project ID>/conversationModels/<Conversation Model ID>



341
342
343
344
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 341

class DeployConversationModelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end