Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::DeployConversationModelOperationMetadata (v0.17.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::DeployConversationModelOperationMetadata.

Metadata for a ConversationModels.DeployConversationModel operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conversation_model

def conversation_model() -> ::String
Returns
  • (::String) — The resource name of the conversation model. Format: projects/<Project ID>/conversationModels/<Conversation Model Id>

#conversation_model=

def conversation_model=(value) -> ::String
Parameter
  • value (::String) — 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>

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — Timestamp when request to deploy conversation model was submitted. The time is measured on server side.
Returns