View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata (google_api_dialogflow v0.88.3)

Metadata for a ConversationModels.UndeployConversationModel operation.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.