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

Metadata for a ConversationModels.DeleteConversationModel 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 delete conversation model request was created. The time is measured on server side.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.