View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata (google_api_dialogflow v0.78.0)

Metadata for a ConversationModels.CreateConversationModelEvaluation operation.

Attributes

  • conversationModel (type: String.t, default: nil) - The resource name of the conversation model. Format: projects//locations//conversationModels/
  • conversationModelEvaluation (type: String.t, default: nil) - The resource name of the conversation model. Format: projects//locations//conversationModels//evaluations/
  • createTime (type: DateTime.t, default: nil) - Timestamp when the request to create conversation model was submitted. The time is measured on server side.
  • state (type: String.t, default: nil) - State of CreateConversationModel operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata{
    conversationModel: String.t() | nil,
    conversationModelEvaluation: String.t() | nil,
    createTime: DateTime.t() | nil,
    state: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.