1. Packages
  2. Google Cloud Native
  3. API Docs
  4. dialogflow
  5. dialogflow/v2
  6. getConversationDataset

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.dialogflow/v2.getConversationDataset

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    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:

    getConversationDataset Result

    The following output properties are available:

    ConversationCount string
    The number of conversations this conversation dataset contains.
    ConversationInfo Pulumi.GoogleNative.Dialogflow.V2.Outputs.GoogleCloudDialogflowV2ConversationInfoResponse
    Metadata set during conversation data import.
    CreateTime string
    Creation time of this dataset.
    Description string
    Optional. The description of the dataset. Maximum of 10000 bytes.
    DisplayName string
    The display name of the dataset. Maximum of 64 bytes.
    InputConfig Pulumi.GoogleNative.Dialogflow.V2.Outputs.GoogleCloudDialogflowV2InputConfigResponse
    Input configurations set during conversation data import.
    Name string
    ConversationDataset resource name. Format: projects//locations//conversationDatasets/
    ConversationCount string
    The number of conversations this conversation dataset contains.
    ConversationInfo GoogleCloudDialogflowV2ConversationInfoResponse
    Metadata set during conversation data import.
    CreateTime string
    Creation time of this dataset.
    Description string
    Optional. The description of the dataset. Maximum of 10000 bytes.
    DisplayName string
    The display name of the dataset. Maximum of 64 bytes.
    InputConfig GoogleCloudDialogflowV2InputConfigResponse
    Input configurations set during conversation data import.
    Name string
    ConversationDataset resource name. Format: projects//locations//conversationDatasets/
    conversationCount String
    The number of conversations this conversation dataset contains.
    conversationInfo GoogleCloudDialogflowV2ConversationInfoResponse
    Metadata set during conversation data import.
    createTime String
    Creation time of this dataset.
    description String
    Optional. The description of the dataset. Maximum of 10000 bytes.
    displayName String
    The display name of the dataset. Maximum of 64 bytes.
    inputConfig GoogleCloudDialogflowV2InputConfigResponse
    Input configurations set during conversation data import.
    name String
    ConversationDataset resource name. Format: projects//locations//conversationDatasets/
    conversationCount string
    The number of conversations this conversation dataset contains.
    conversationInfo GoogleCloudDialogflowV2ConversationInfoResponse
    Metadata set during conversation data import.
    createTime string
    Creation time of this dataset.
    description string
    Optional. The description of the dataset. Maximum of 10000 bytes.
    displayName string
    The display name of the dataset. Maximum of 64 bytes.
    inputConfig GoogleCloudDialogflowV2InputConfigResponse
    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 GoogleCloudDialogflowV2ConversationInfoResponse
    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 GoogleCloudDialogflowV2InputConfigResponse
    Input configurations set during conversation data import.
    name str
    ConversationDataset resource name. Format: projects//locations//conversationDatasets/
    conversationCount String
    The number of conversations this conversation dataset contains.
    conversationInfo Property Map
    Metadata set during conversation data import.
    createTime String
    Creation time of this dataset.
    description String
    Optional. The description of the dataset. Maximum of 10000 bytes.
    displayName String
    The display name of the dataset. Maximum of 64 bytes.
    inputConfig Property Map
    Input configurations set during conversation data import.
    name String
    ConversationDataset resource name. Format: projects//locations//conversationDatasets/

    Supporting Types

    GoogleCloudDialogflowV2ConversationInfoResponse

    LanguageCode 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.
    LanguageCode 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.
    languageCode 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.
    languageCode 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.
    languageCode 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

    GcsSource Pulumi.GoogleNative.Dialogflow.V2.Inputs.GoogleCloudDialogflowV2GcsSourcesResponse
    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.
    GcsSource GoogleCloudDialogflowV2GcsSourcesResponse
    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.
    gcsSource GoogleCloudDialogflowV2GcsSourcesResponse
    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.
    gcsSource GoogleCloudDialogflowV2GcsSourcesResponse
    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 GoogleCloudDialogflowV2GcsSourcesResponse
    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.
    gcsSource 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
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi