View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ConversationDataset (google_api_dialogflow v0.88.3)
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/
-
satisfiesPzi
(type:boolean()
, default:nil
) - Output only. A read only boolean field reflecting Zone Isolation status of the dataset. -
satisfiesPzs
(type:boolean()
, default:nil
) - Output only. A read only boolean field reflecting Zone Separation status of the dataset.
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, satisfiesPzi: boolean() | nil, satisfiesPzs: boolean() | nil }