View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationDataset (google_api_dialogflow v0.78.0)

Represents a conversation dataset that a user imports raw data into. The data inside ConversationDataset can not be changed after ImportConversationData finishes (and calling ImportConversationData on a dataset that already has data is not allowed).

Attributes

  • conversationCount (type: String.t, default: nil) - Output only. The number of conversations this conversation dataset contains.
  • conversationInfo (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationInfo.t, default: nil) - Output only. Metadata set during conversation data import.
  • createTime (type: DateTime.t, default: nil) - Output only. Creation time of this dataset.
  • description (type: String.t, default: nil) - Optional. The description of the dataset. Maximum of 10000 bytes.
  • displayName (type: String.t, default: nil) - Required. The display name of the dataset. Maximum of 64 bytes.
  • inputConfig (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2InputConfig.t, default: nil) - Output only. Input configurations set during conversation data import.
  • name (type: String.t, default: nil) - Output only. ConversationDataset resource name. Format: projects//locations//conversationDatasets/

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationDataset{
    conversationCount: String.t() | nil,
    conversationInfo:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationInfo.t()
      | nil,
    createTime: DateTime.t() | nil,
    description: String.t() | nil,
    displayName: String.t() | nil,
    inputConfig:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2InputConfig.t() | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.