google-native.dialogflow/v2.getConversationDataset
Retrieves the specified conversation dataset.
Using getConversationDataset
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getConversationDataset(args: GetConversationDatasetArgs, opts?: InvokeOptions): Promise<GetConversationDatasetResult>
function getConversationDatasetOutput(args: GetConversationDatasetOutputArgs, opts?: InvokeOptions): Output<GetConversationDatasetResult>
def get_conversation_dataset(conversation_dataset_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConversationDatasetResult
def get_conversation_dataset_output(conversation_dataset_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConversationDatasetResult]
func LookupConversationDataset(ctx *Context, args *LookupConversationDatasetArgs, opts ...InvokeOption) (*LookupConversationDatasetResult, error)
func LookupConversationDatasetOutput(ctx *Context, args *LookupConversationDatasetOutputArgs, opts ...InvokeOption) LookupConversationDatasetResultOutput
> Note: This function is named LookupConversationDataset
in the Go SDK.
public static class GetConversationDataset
{
public static Task<GetConversationDatasetResult> InvokeAsync(GetConversationDatasetArgs args, InvokeOptions? opts = null)
public static Output<GetConversationDatasetResult> Invoke(GetConversationDatasetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetConversationDatasetResult> getConversationDataset(GetConversationDatasetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:dialogflow/v2:getConversationDataset
arguments:
# arguments dictionary
The following arguments are supported:
- Conversation
Dataset stringId - Location string
- Project string
- Conversation
Dataset stringId - Location string
- Project string
- conversation
Dataset StringId - location String
- project String
- conversation
Dataset stringId - location string
- project string
- conversation_
dataset_ strid - location str
- project str
- conversation
Dataset StringId - location String
- project String
getConversationDataset Result
The following output properties are available:
- Conversation
Count string The number of conversations this conversation dataset contains.
- Conversation
Info Pulumi.Google Native. Dialogflow. V2. Outputs. Google Cloud Dialogflow V2Conversation Info Response Metadata set during conversation data import.
- Create
Time string Creation time of this dataset.
- Description string
Optional. The description of the dataset. Maximum of 10000 bytes.
- Display
Name string The display name of the dataset. Maximum of 64 bytes.
- Input
Config Pulumi.Google Native. Dialogflow. V2. Outputs. Google Cloud Dialogflow V2Input Config Response Input configurations set during conversation data import.
- Name string
ConversationDataset resource name. Format:
projects//locations//conversationDatasets/
- Conversation
Count string The number of conversations this conversation dataset contains.
- Conversation
Info GoogleCloud Dialogflow V2Conversation Info Response Metadata set during conversation data import.
- Create
Time string Creation time of this dataset.
- Description string
Optional. The description of the dataset. Maximum of 10000 bytes.
- Display
Name string The display name of the dataset. Maximum of 64 bytes.
- Input
Config GoogleCloud Dialogflow V2Input Config Response Input configurations set during conversation data import.
- Name string
ConversationDataset resource name. Format:
projects//locations//conversationDatasets/
- conversation
Count String The number of conversations this conversation dataset contains.
- conversation
Info GoogleCloud Dialogflow V2Conversation Info Response Metadata set during conversation data import.
- create
Time String Creation time of this dataset.
- description String
Optional. The description of the dataset. Maximum of 10000 bytes.
- display
Name String The display name of the dataset. Maximum of 64 bytes.
- input
Config GoogleCloud Dialogflow V2Input Config Response Input configurations set during conversation data import.
- name String
ConversationDataset resource name. Format:
projects//locations//conversationDatasets/
- conversation
Count string The number of conversations this conversation dataset contains.
- conversation
Info GoogleCloud Dialogflow V2Conversation Info Response Metadata set during conversation data import.
- create
Time string Creation time of this dataset.
- description string
Optional. The description of the dataset. Maximum of 10000 bytes.
- display
Name string The display name of the dataset. Maximum of 64 bytes.
- input
Config GoogleCloud Dialogflow V2Input Config Response Input configurations set during conversation data import.
- name string
ConversationDataset resource name. Format:
projects//locations//conversationDatasets/
- conversation_
count str The number of conversations this conversation dataset contains.
- conversation_
info GoogleCloud Dialogflow V2Conversation Info Response Metadata set during conversation data import.
- create_
time str Creation time of this dataset.
- description str
Optional. The description of the dataset. Maximum of 10000 bytes.
- display_
name str The display name of the dataset. Maximum of 64 bytes.
- input_
config GoogleCloud Dialogflow V2Input Config Response Input configurations set during conversation data import.
- name str
ConversationDataset resource name. Format:
projects//locations//conversationDatasets/
- conversation
Count String The number of conversations this conversation dataset contains.
- conversation
Info Property Map Metadata set during conversation data import.
- create
Time String Creation time of this dataset.
- description String
Optional. The description of the dataset. Maximum of 10000 bytes.
- display
Name String The display name of the dataset. Maximum of 64 bytes.
- input
Config Property Map Input configurations set during conversation data import.
- name String
ConversationDataset resource name. Format:
projects//locations//conversationDatasets/
Supporting Types
GoogleCloudDialogflowV2ConversationInfoResponse
- Language
Code string Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.
- Language
Code string Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.
- language
Code String Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.
- language
Code string Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.
- language_
code str Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.
- language
Code String Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.
GoogleCloudDialogflowV2GcsSourcesResponse
- Uris List<string>
Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
- Uris []string
Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
- uris List<String>
Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
- uris string[]
Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
- uris Sequence[str]
Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
- uris List<String>
Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case.
GoogleCloudDialogflowV2InputConfigResponse
- Gcs
Source Pulumi.Google Native. Dialogflow. V2. Inputs. Google Cloud Dialogflow V2Gcs Sources Response The Cloud Storage URI has the form gs:////agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.
- Gcs
Source GoogleCloud Dialogflow V2Gcs Sources Response The Cloud Storage URI has the form gs:////agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.
- gcs
Source GoogleCloud Dialogflow V2Gcs Sources Response The Cloud Storage URI has the form gs:////agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.
- gcs
Source GoogleCloud Dialogflow V2Gcs Sources Response The Cloud Storage URI has the form gs:////agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.
- gcs_
source GoogleCloud Dialogflow V2Gcs Sources Response The Cloud Storage URI has the form gs:////agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.
- gcs
Source Property Map The Cloud Storage URI has the form gs:////agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0