Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::CreateConversationModelEvaluationOperationMetadata (v0.16.0)

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

Metadata for a ConversationModels.CreateConversationModelEvaluation 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>/locations/<Location 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>/locations/<Location ID>/conversationModels/<Conversation Model Id>
Returns
  • (::String) — The resource name of the conversation model. Format: projects/<Project ID>/locations/<Location ID>/conversationModels/<Conversation Model Id>

#conversation_model_evaluation

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

#conversation_model_evaluation=

def conversation_model_evaluation=(value) -> ::String
Parameter
  • value (::String) — The resource name of the conversation model. Format: projects/<Project ID>/locations/<Location ID>/conversationModels/<Conversation Model Id>/evaluations/<Evaluation Id>
Returns
  • (::String) — The resource name of the conversation model. Format: projects/<Project ID>/locations/<Location ID>/conversationModels/<Conversation Model Id>/evaluations/<Evaluation Id>

#create_time

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

#create_time=

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

#state

def state() -> ::Google::Cloud::Dialogflow::V2::CreateConversationModelEvaluationOperationMetadata::State
Returns

#state=

def state=(value) -> ::Google::Cloud::Dialogflow::V2::CreateConversationModelEvaluationOperationMetadata::State
Parameter
Returns