1. Packages
  2. Google Cloud Native
  3. API Docs
  4. dialogflow
  5. dialogflow/v2beta1
  6. getIntent

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/v2beta1.getIntent

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 intent.

    Using getIntent

    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 getIntent(args: GetIntentArgs, opts?: InvokeOptions): Promise<GetIntentResult>
    function getIntentOutput(args: GetIntentOutputArgs, opts?: InvokeOptions): Output<GetIntentResult>
    def get_intent(intent_id: Optional[str] = None,
                   intent_view: Optional[str] = None,
                   language_code: Optional[str] = None,
                   location: Optional[str] = None,
                   project: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetIntentResult
    def get_intent_output(intent_id: Optional[pulumi.Input[str]] = None,
                   intent_view: Optional[pulumi.Input[str]] = None,
                   language_code: Optional[pulumi.Input[str]] = None,
                   location: Optional[pulumi.Input[str]] = None,
                   project: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetIntentResult]
    func LookupIntent(ctx *Context, args *LookupIntentArgs, opts ...InvokeOption) (*LookupIntentResult, error)
    func LookupIntentOutput(ctx *Context, args *LookupIntentOutputArgs, opts ...InvokeOption) LookupIntentResultOutput

    > Note: This function is named LookupIntent in the Go SDK.

    public static class GetIntent 
    {
        public static Task<GetIntentResult> InvokeAsync(GetIntentArgs args, InvokeOptions? opts = null)
        public static Output<GetIntentResult> Invoke(GetIntentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIntentResult> getIntent(GetIntentArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:dialogflow/v2beta1:getIntent
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IntentId string
    Location string
    IntentView string
    LanguageCode string
    Project string
    IntentId string
    Location string
    IntentView string
    LanguageCode string
    Project string
    intentId String
    location String
    intentView String
    languageCode String
    project String
    intentId string
    location string
    intentView string
    languageCode string
    project string
    intentId String
    location String
    intentView String
    languageCode String
    project String

    getIntent Result

    The following output properties are available:

    Action string
    Optional. The name of the action associated with the intent. Note: The action name must not contain whitespaces.
    DefaultResponsePlatforms List<string>
    Optional. The list of platforms for which the first responses will be copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform).
    DisplayName string
    The name of this intent.
    EndInteraction bool
    Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
    Events List<string>
    Optional. The collection of event names that trigger the intent. If the collection of input contexts is not empty, all of the contexts must be present in the active user session for an event to trigger this intent. Event names are limited to 150 characters.
    FollowupIntentInfo List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Outputs.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfoResponse>
    Information about all followup intents that have this intent as a direct or indirect parent. We populate this field only in the output.
    InputContextNames List<string>
    Optional. The list of context names required for this intent to be triggered. Formats: - projects//agent/sessions/-/contexts/ - projects//locations//agent/sessions/-/contexts/
    IsFallback bool
    Optional. Indicates whether this is a fallback intent.
    LiveAgentHandoff bool
    Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
    Messages List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Outputs.GoogleCloudDialogflowV2beta1IntentMessageResponse>
    Optional. The collection of rich messages corresponding to the Response field in the Dialogflow console.
    MlDisabled bool
    Optional. Indicates whether Machine Learning is disabled for the intent. Note: If ml_disabled setting is set to true, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off.
    MlEnabled bool
    Optional. Indicates whether Machine Learning is enabled for the intent. Note: If ml_enabled setting is set to false, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off. DEPRECATED! Please use ml_disabled field instead. NOTE: If both ml_enabled and ml_disabled are either not set or false, then the default value is determined as follows: - Before April 15th, 2018 the default is: ml_enabled = false / ml_disabled = true. - After April 15th, 2018 the default is: ml_enabled = true / ml_disabled = false.

    Deprecated: Optional. Indicates whether Machine Learning is enabled for the intent. Note: If ml_enabled setting is set to false, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off. DEPRECATED! Please use ml_disabled field instead. NOTE: If both ml_enabled and ml_disabled are either not set or false, then the default value is determined as follows: - Before April 15th, 2018 the default is: ml_enabled = false / ml_disabled = true. - After April 15th, 2018 the default is: ml_enabled = true / ml_disabled = false.

    Name string
    Optional. The unique identifier of this intent. Required for Intents.UpdateIntent and Intents.BatchUpdateIntents methods. Supported formats: - projects//agent/intents/ - projects//locations//agent/intents/
    OutputContexts List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Outputs.GoogleCloudDialogflowV2beta1ContextResponse>
    Optional. The collection of contexts that are activated when the intent is matched. Context messages in this collection should not set the parameters field. Setting the lifespan_count to 0 will reset the context when the intent is matched. Format: projects//agent/sessions/-/contexts/.
    Parameters List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Outputs.GoogleCloudDialogflowV2beta1IntentParameterResponse>
    Optional. The collection of parameters associated with the intent.
    ParentFollowupIntentName string
    Optional. The unique identifier of the parent intent in the chain of followup intents. You can set this field when creating an intent, for example with CreateIntent or BatchUpdateIntents, in order to make this intent a followup intent. It identifies the parent followup intent. Format: projects//agent/intents/.
    Priority int
    Optional. The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
    ResetContexts bool
    Optional. Indicates whether to delete all contexts in the current session when this intent is matched.
    RootFollowupIntentName string
    The unique identifier of the root intent in the chain of followup intents. It identifies the correct followup intents chain for this intent. Format: projects//agent/intents/.
    TrainingPhrases List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Outputs.GoogleCloudDialogflowV2beta1IntentTrainingPhraseResponse>
    Optional. The collection of examples that the agent is trained on.
    WebhookState string
    Optional. Indicates whether webhooks are enabled for the intent.
    Action string
    Optional. The name of the action associated with the intent. Note: The action name must not contain whitespaces.
    DefaultResponsePlatforms []string
    Optional. The list of platforms for which the first responses will be copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform).
    DisplayName string
    The name of this intent.
    EndInteraction bool
    Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
    Events []string
    Optional. The collection of event names that trigger the intent. If the collection of input contexts is not empty, all of the contexts must be present in the active user session for an event to trigger this intent. Event names are limited to 150 characters.
    FollowupIntentInfo []GoogleCloudDialogflowV2beta1IntentFollowupIntentInfoResponse
    Information about all followup intents that have this intent as a direct or indirect parent. We populate this field only in the output.
    InputContextNames []string
    Optional. The list of context names required for this intent to be triggered. Formats: - projects//agent/sessions/-/contexts/ - projects//locations//agent/sessions/-/contexts/
    IsFallback bool
    Optional. Indicates whether this is a fallback intent.
    LiveAgentHandoff bool
    Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
    Messages []GoogleCloudDialogflowV2beta1IntentMessageResponse
    Optional. The collection of rich messages corresponding to the Response field in the Dialogflow console.
    MlDisabled bool
    Optional. Indicates whether Machine Learning is disabled for the intent. Note: If ml_disabled setting is set to true, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off.
    MlEnabled bool
    Optional. Indicates whether Machine Learning is enabled for the intent. Note: If ml_enabled setting is set to false, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off. DEPRECATED! Please use ml_disabled field instead. NOTE: If both ml_enabled and ml_disabled are either not set or false, then the default value is determined as follows: - Before April 15th, 2018 the default is: ml_enabled = false / ml_disabled = true. - After April 15th, 2018 the default is: ml_enabled = true / ml_disabled = false.

    Deprecated: Optional. Indicates whether Machine Learning is enabled for the intent. Note: If ml_enabled setting is set to false, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off. DEPRECATED! Please use ml_disabled field instead. NOTE: If both ml_enabled and ml_disabled are either not set or false, then the default value is determined as follows: - Before April 15th, 2018 the default is: ml_enabled = false / ml_disabled = true. - After April 15th, 2018 the default is: ml_enabled = true / ml_disabled = false.

    Name string
    Optional. The unique identifier of this intent. Required for Intents.UpdateIntent and Intents.BatchUpdateIntents methods. Supported formats: - projects//agent/intents/ - projects//locations//agent/intents/
    OutputContexts []GoogleCloudDialogflowV2beta1ContextResponse
    Optional. The collection of contexts that are activated when the intent is matched. Context messages in this collection should not set the parameters field. Setting the lifespan_count to 0 will reset the context when the intent is matched. Format: projects//agent/sessions/-/contexts/.
    Parameters []GoogleCloudDialogflowV2beta1IntentParameterResponse
    Optional. The collection of parameters associated with the intent.
    ParentFollowupIntentName string
    Optional. The unique identifier of the parent intent in the chain of followup intents. You can set this field when creating an intent, for example with CreateIntent or BatchUpdateIntents, in order to make this intent a followup intent. It identifies the parent followup intent. Format: projects//agent/intents/.
    Priority int
    Optional. The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
    ResetContexts bool
    Optional. Indicates whether to delete all contexts in the current session when this intent is matched.
    RootFollowupIntentName string
    The unique identifier of the root intent in the chain of followup intents. It identifies the correct followup intents chain for this intent. Format: projects//agent/intents/.
    TrainingPhrases []GoogleCloudDialogflowV2beta1IntentTrainingPhraseResponse
    Optional. The collection of examples that the agent is trained on.
    WebhookState string
    Optional. Indicates whether webhooks are enabled for the intent.
    action String
    Optional. The name of the action associated with the intent. Note: The action name must not contain whitespaces.
    defaultResponsePlatforms List<String>
    Optional. The list of platforms for which the first responses will be copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform).
    displayName String
    The name of this intent.
    endInteraction Boolean
    Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
    events List<String>
    Optional. The collection of event names that trigger the intent. If the collection of input contexts is not empty, all of the contexts must be present in the active user session for an event to trigger this intent. Event names are limited to 150 characters.
    followupIntentInfo List<GoogleCloudDialogflowV2beta1IntentFollowupIntentInfoResponse>
    Information about all followup intents that have this intent as a direct or indirect parent. We populate this field only in the output.
    inputContextNames List<String>
    Optional. The list of context names required for this intent to be triggered. Formats: - projects//agent/sessions/-/contexts/ - projects//locations//agent/sessions/-/contexts/
    isFallback Boolean
    Optional. Indicates whether this is a fallback intent.
    liveAgentHandoff Boolean
    Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
    messages List<GoogleCloudDialogflowV2beta1IntentMessageResponse>
    Optional. The collection of rich messages corresponding to the Response field in the Dialogflow console.
    mlDisabled Boolean
    Optional. Indicates whether Machine Learning is disabled for the intent. Note: If ml_disabled setting is set to true, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off.
    mlEnabled Boolean
    Optional. Indicates whether Machine Learning is enabled for the intent. Note: If ml_enabled setting is set to false, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off. DEPRECATED! Please use ml_disabled field instead. NOTE: If both ml_enabled and ml_disabled are either not set or false, then the default value is determined as follows: - Before April 15th, 2018 the default is: ml_enabled = false / ml_disabled = true. - After April 15th, 2018 the default is: ml_enabled = true / ml_disabled = false.

    Deprecated: Optional. Indicates whether Machine Learning is enabled for the intent. Note: If ml_enabled setting is set to false, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off. DEPRECATED! Please use ml_disabled field instead. NOTE: If both ml_enabled and ml_disabled are either not set or false, then the default value is determined as follows: - Before April 15th, 2018 the default is: ml_enabled = false / ml_disabled = true. - After April 15th, 2018 the default is: ml_enabled = true / ml_disabled = false.

    name String
    Optional. The unique identifier of this intent. Required for Intents.UpdateIntent and Intents.BatchUpdateIntents methods. Supported formats: - projects//agent/intents/ - projects//locations//agent/intents/
    outputContexts List<GoogleCloudDialogflowV2beta1ContextResponse>
    Optional. The collection of contexts that are activated when the intent is matched. Context messages in this collection should not set the parameters field. Setting the lifespan_count to 0 will reset the context when the intent is matched. Format: projects//agent/sessions/-/contexts/.
    parameters List<GoogleCloudDialogflowV2beta1IntentParameterResponse>
    Optional. The collection of parameters associated with the intent.
    parentFollowupIntentName String
    Optional. The unique identifier of the parent intent in the chain of followup intents. You can set this field when creating an intent, for example with CreateIntent or BatchUpdateIntents, in order to make this intent a followup intent. It identifies the parent followup intent. Format: projects//agent/intents/.
    priority Integer
    Optional. The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
    resetContexts Boolean
    Optional. Indicates whether to delete all contexts in the current session when this intent is matched.
    rootFollowupIntentName String
    The unique identifier of the root intent in the chain of followup intents. It identifies the correct followup intents chain for this intent. Format: projects//agent/intents/.
    trainingPhrases List<GoogleCloudDialogflowV2beta1IntentTrainingPhraseResponse>
    Optional. The collection of examples that the agent is trained on.
    webhookState String
    Optional. Indicates whether webhooks are enabled for the intent.
    action string
    Optional. The name of the action associated with the intent. Note: The action name must not contain whitespaces.
    defaultResponsePlatforms string[]
    Optional. The list of platforms for which the first responses will be copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform).
    displayName string
    The name of this intent.
    endInteraction boolean
    Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
    events string[]
    Optional. The collection of event names that trigger the intent. If the collection of input contexts is not empty, all of the contexts must be present in the active user session for an event to trigger this intent. Event names are limited to 150 characters.
    followupIntentInfo GoogleCloudDialogflowV2beta1IntentFollowupIntentInfoResponse[]
    Information about all followup intents that have this intent as a direct or indirect parent. We populate this field only in the output.
    inputContextNames string[]
    Optional. The list of context names required for this intent to be triggered. Formats: - projects//agent/sessions/-/contexts/ - projects//locations//agent/sessions/-/contexts/
    isFallback boolean
    Optional. Indicates whether this is a fallback intent.
    liveAgentHandoff boolean
    Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
    messages GoogleCloudDialogflowV2beta1IntentMessageResponse[]
    Optional. The collection of rich messages corresponding to the Response field in the Dialogflow console.
    mlDisabled boolean
    Optional. Indicates whether Machine Learning is disabled for the intent. Note: If ml_disabled setting is set to true, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off.
    mlEnabled boolean
    Optional. Indicates whether Machine Learning is enabled for the intent. Note: If ml_enabled setting is set to false, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off. DEPRECATED! Please use ml_disabled field instead. NOTE: If both ml_enabled and ml_disabled are either not set or false, then the default value is determined as follows: - Before April 15th, 2018 the default is: ml_enabled = false / ml_disabled = true. - After April 15th, 2018 the default is: ml_enabled = true / ml_disabled = false.

    Deprecated: Optional. Indicates whether Machine Learning is enabled for the intent. Note: If ml_enabled setting is set to false, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off. DEPRECATED! Please use ml_disabled field instead. NOTE: If both ml_enabled and ml_disabled are either not set or false, then the default value is determined as follows: - Before April 15th, 2018 the default is: ml_enabled = false / ml_disabled = true. - After April 15th, 2018 the default is: ml_enabled = true / ml_disabled = false.

    name string
    Optional. The unique identifier of this intent. Required for Intents.UpdateIntent and Intents.BatchUpdateIntents methods. Supported formats: - projects//agent/intents/ - projects//locations//agent/intents/
    outputContexts GoogleCloudDialogflowV2beta1ContextResponse[]
    Optional. The collection of contexts that are activated when the intent is matched. Context messages in this collection should not set the parameters field. Setting the lifespan_count to 0 will reset the context when the intent is matched. Format: projects//agent/sessions/-/contexts/.
    parameters GoogleCloudDialogflowV2beta1IntentParameterResponse[]
    Optional. The collection of parameters associated with the intent.
    parentFollowupIntentName string
    Optional. The unique identifier of the parent intent in the chain of followup intents. You can set this field when creating an intent, for example with CreateIntent or BatchUpdateIntents, in order to make this intent a followup intent. It identifies the parent followup intent. Format: projects//agent/intents/.
    priority number
    Optional. The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
    resetContexts boolean
    Optional. Indicates whether to delete all contexts in the current session when this intent is matched.
    rootFollowupIntentName string
    The unique identifier of the root intent in the chain of followup intents. It identifies the correct followup intents chain for this intent. Format: projects//agent/intents/.
    trainingPhrases GoogleCloudDialogflowV2beta1IntentTrainingPhraseResponse[]
    Optional. The collection of examples that the agent is trained on.
    webhookState string
    Optional. Indicates whether webhooks are enabled for the intent.
    action str
    Optional. The name of the action associated with the intent. Note: The action name must not contain whitespaces.
    default_response_platforms Sequence[str]
    Optional. The list of platforms for which the first responses will be copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform).
    display_name str
    The name of this intent.
    end_interaction bool
    Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
    events Sequence[str]
    Optional. The collection of event names that trigger the intent. If the collection of input contexts is not empty, all of the contexts must be present in the active user session for an event to trigger this intent. Event names are limited to 150 characters.
    followup_intent_info Sequence[GoogleCloudDialogflowV2beta1IntentFollowupIntentInfoResponse]
    Information about all followup intents that have this intent as a direct or indirect parent. We populate this field only in the output.
    input_context_names Sequence[str]
    Optional. The list of context names required for this intent to be triggered. Formats: - projects//agent/sessions/-/contexts/ - projects//locations//agent/sessions/-/contexts/
    is_fallback bool
    Optional. Indicates whether this is a fallback intent.
    live_agent_handoff bool
    Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
    messages Sequence[GoogleCloudDialogflowV2beta1IntentMessageResponse]
    Optional. The collection of rich messages corresponding to the Response field in the Dialogflow console.
    ml_disabled bool
    Optional. Indicates whether Machine Learning is disabled for the intent. Note: If ml_disabled setting is set to true, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off.
    ml_enabled bool
    Optional. Indicates whether Machine Learning is enabled for the intent. Note: If ml_enabled setting is set to false, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off. DEPRECATED! Please use ml_disabled field instead. NOTE: If both ml_enabled and ml_disabled are either not set or false, then the default value is determined as follows: - Before April 15th, 2018 the default is: ml_enabled = false / ml_disabled = true. - After April 15th, 2018 the default is: ml_enabled = true / ml_disabled = false.

    Deprecated: Optional. Indicates whether Machine Learning is enabled for the intent. Note: If ml_enabled setting is set to false, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off. DEPRECATED! Please use ml_disabled field instead. NOTE: If both ml_enabled and ml_disabled are either not set or false, then the default value is determined as follows: - Before April 15th, 2018 the default is: ml_enabled = false / ml_disabled = true. - After April 15th, 2018 the default is: ml_enabled = true / ml_disabled = false.

    name str
    Optional. The unique identifier of this intent. Required for Intents.UpdateIntent and Intents.BatchUpdateIntents methods. Supported formats: - projects//agent/intents/ - projects//locations//agent/intents/
    output_contexts Sequence[GoogleCloudDialogflowV2beta1ContextResponse]
    Optional. The collection of contexts that are activated when the intent is matched. Context messages in this collection should not set the parameters field. Setting the lifespan_count to 0 will reset the context when the intent is matched. Format: projects//agent/sessions/-/contexts/.
    parameters Sequence[GoogleCloudDialogflowV2beta1IntentParameterResponse]
    Optional. The collection of parameters associated with the intent.
    parent_followup_intent_name str
    Optional. The unique identifier of the parent intent in the chain of followup intents. You can set this field when creating an intent, for example with CreateIntent or BatchUpdateIntents, in order to make this intent a followup intent. It identifies the parent followup intent. Format: projects//agent/intents/.
    priority int
    Optional. The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
    reset_contexts bool
    Optional. Indicates whether to delete all contexts in the current session when this intent is matched.
    root_followup_intent_name str
    The unique identifier of the root intent in the chain of followup intents. It identifies the correct followup intents chain for this intent. Format: projects//agent/intents/.
    training_phrases Sequence[GoogleCloudDialogflowV2beta1IntentTrainingPhraseResponse]
    Optional. The collection of examples that the agent is trained on.
    webhook_state str
    Optional. Indicates whether webhooks are enabled for the intent.
    action String
    Optional. The name of the action associated with the intent. Note: The action name must not contain whitespaces.
    defaultResponsePlatforms List<String>
    Optional. The list of platforms for which the first responses will be copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform).
    displayName String
    The name of this intent.
    endInteraction Boolean
    Optional. Indicates that this intent ends an interaction. Some integrations (e.g., Actions on Google or Dialogflow phone gateway) use this information to close interaction with an end user. Default is false.
    events List<String>
    Optional. The collection of event names that trigger the intent. If the collection of input contexts is not empty, all of the contexts must be present in the active user session for an event to trigger this intent. Event names are limited to 150 characters.
    followupIntentInfo List<Property Map>
    Information about all followup intents that have this intent as a direct or indirect parent. We populate this field only in the output.
    inputContextNames List<String>
    Optional. The list of context names required for this intent to be triggered. Formats: - projects//agent/sessions/-/contexts/ - projects//locations//agent/sessions/-/contexts/
    isFallback Boolean
    Optional. Indicates whether this is a fallback intent.
    liveAgentHandoff Boolean
    Optional. Indicates that a live agent should be brought in to handle the interaction with the user. In most cases, when you set this flag to true, you would also want to set end_interaction to true as well. Default is false.
    messages List<Property Map>
    Optional. The collection of rich messages corresponding to the Response field in the Dialogflow console.
    mlDisabled Boolean
    Optional. Indicates whether Machine Learning is disabled for the intent. Note: If ml_disabled setting is set to true, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off.
    mlEnabled Boolean
    Optional. Indicates whether Machine Learning is enabled for the intent. Note: If ml_enabled setting is set to false, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off. DEPRECATED! Please use ml_disabled field instead. NOTE: If both ml_enabled and ml_disabled are either not set or false, then the default value is determined as follows: - Before April 15th, 2018 the default is: ml_enabled = false / ml_disabled = true. - After April 15th, 2018 the default is: ml_enabled = true / ml_disabled = false.

    Deprecated: Optional. Indicates whether Machine Learning is enabled for the intent. Note: If ml_enabled setting is set to false, then this intent is not taken into account during inference in ML ONLY match mode. Also, auto-markup in the UI is turned off. DEPRECATED! Please use ml_disabled field instead. NOTE: If both ml_enabled and ml_disabled are either not set or false, then the default value is determined as follows: - Before April 15th, 2018 the default is: ml_enabled = false / ml_disabled = true. - After April 15th, 2018 the default is: ml_enabled = true / ml_disabled = false.

    name String
    Optional. The unique identifier of this intent. Required for Intents.UpdateIntent and Intents.BatchUpdateIntents methods. Supported formats: - projects//agent/intents/ - projects//locations//agent/intents/
    outputContexts List<Property Map>
    Optional. The collection of contexts that are activated when the intent is matched. Context messages in this collection should not set the parameters field. Setting the lifespan_count to 0 will reset the context when the intent is matched. Format: projects//agent/sessions/-/contexts/.
    parameters List<Property Map>
    Optional. The collection of parameters associated with the intent.
    parentFollowupIntentName String
    Optional. The unique identifier of the parent intent in the chain of followup intents. You can set this field when creating an intent, for example with CreateIntent or BatchUpdateIntents, in order to make this intent a followup intent. It identifies the parent followup intent. Format: projects//agent/intents/.
    priority Number
    Optional. The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
    resetContexts Boolean
    Optional. Indicates whether to delete all contexts in the current session when this intent is matched.
    rootFollowupIntentName String
    The unique identifier of the root intent in the chain of followup intents. It identifies the correct followup intents chain for this intent. Format: projects//agent/intents/.
    trainingPhrases List<Property Map>
    Optional. The collection of examples that the agent is trained on.
    webhookState String
    Optional. Indicates whether webhooks are enabled for the intent.

    Supporting Types

    GoogleCloudDialogflowV2beta1ContextResponse

    LifespanCount int
    Optional. The number of conversational query requests after which the context expires. The default is 0. If set to 0, the context expires immediately. Contexts expire automatically after 20 minutes if there are no matching queries.
    Name string
    The unique identifier of the context. Supported formats: - projects//agent/sessions//contexts/, - projects//locations//agent/sessions//contexts/, - projects//agent/environments//users//sessions//contexts/, - projects//locations//agent/environments//users//sessions//contexts/, The Context ID is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If Environment ID is not specified, we assume default 'draft' environment. If User ID is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names: * __system_counters__ * *_id_dialog_context * *_dialog_params_size
    Parameters Dictionary<string, string>
    Optional. The collection of parameters associated with this context. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
    LifespanCount int
    Optional. The number of conversational query requests after which the context expires. The default is 0. If set to 0, the context expires immediately. Contexts expire automatically after 20 minutes if there are no matching queries.
    Name string
    The unique identifier of the context. Supported formats: - projects//agent/sessions//contexts/, - projects//locations//agent/sessions//contexts/, - projects//agent/environments//users//sessions//contexts/, - projects//locations//agent/environments//users//sessions//contexts/, The Context ID is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If Environment ID is not specified, we assume default 'draft' environment. If User ID is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names: * __system_counters__ * *_id_dialog_context * *_dialog_params_size
    Parameters map[string]string
    Optional. The collection of parameters associated with this context. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
    lifespanCount Integer
    Optional. The number of conversational query requests after which the context expires. The default is 0. If set to 0, the context expires immediately. Contexts expire automatically after 20 minutes if there are no matching queries.
    name String
    The unique identifier of the context. Supported formats: - projects//agent/sessions//contexts/, - projects//locations//agent/sessions//contexts/, - projects//agent/environments//users//sessions//contexts/, - projects//locations//agent/environments//users//sessions//contexts/, The Context ID is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If Environment ID is not specified, we assume default 'draft' environment. If User ID is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names: * __system_counters__ * *_id_dialog_context * *_dialog_params_size
    parameters Map<String,String>
    Optional. The collection of parameters associated with this context. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
    lifespanCount number
    Optional. The number of conversational query requests after which the context expires. The default is 0. If set to 0, the context expires immediately. Contexts expire automatically after 20 minutes if there are no matching queries.
    name string
    The unique identifier of the context. Supported formats: - projects//agent/sessions//contexts/, - projects//locations//agent/sessions//contexts/, - projects//agent/environments//users//sessions//contexts/, - projects//locations//agent/environments//users//sessions//contexts/, The Context ID is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If Environment ID is not specified, we assume default 'draft' environment. If User ID is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names: * __system_counters__ * *_id_dialog_context * *_dialog_params_size
    parameters {[key: string]: string}
    Optional. The collection of parameters associated with this context. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
    lifespan_count int
    Optional. The number of conversational query requests after which the context expires. The default is 0. If set to 0, the context expires immediately. Contexts expire automatically after 20 minutes if there are no matching queries.
    name str
    The unique identifier of the context. Supported formats: - projects//agent/sessions//contexts/, - projects//locations//agent/sessions//contexts/, - projects//agent/environments//users//sessions//contexts/, - projects//locations//agent/environments//users//sessions//contexts/, The Context ID is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If Environment ID is not specified, we assume default 'draft' environment. If User ID is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names: * __system_counters__ * *_id_dialog_context * *_dialog_params_size
    parameters Mapping[str, str]
    Optional. The collection of parameters associated with this context. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
    lifespanCount Number
    Optional. The number of conversational query requests after which the context expires. The default is 0. If set to 0, the context expires immediately. Contexts expire automatically after 20 minutes if there are no matching queries.
    name String
    The unique identifier of the context. Supported formats: - projects//agent/sessions//contexts/, - projects//locations//agent/sessions//contexts/, - projects//agent/environments//users//sessions//contexts/, - projects//locations//agent/environments//users//sessions//contexts/, The Context ID is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If Environment ID is not specified, we assume default 'draft' environment. If User ID is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names: * __system_counters__ * *_id_dialog_context * *_dialog_params_size
    parameters Map<String>
    Optional. The collection of parameters associated with this context. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a composite entity then use map from composite entity property names to property values, otherwise, use parameter value.

    GoogleCloudDialogflowV2beta1IntentFollowupIntentInfoResponse

    FollowupIntentName string
    The unique identifier of the followup intent. Format: projects//agent/intents/.
    ParentFollowupIntentName string
    The unique identifier of the followup intent's parent. Format: projects//agent/intents/.
    FollowupIntentName string
    The unique identifier of the followup intent. Format: projects//agent/intents/.
    ParentFollowupIntentName string
    The unique identifier of the followup intent's parent. Format: projects//agent/intents/.
    followupIntentName String
    The unique identifier of the followup intent. Format: projects//agent/intents/.
    parentFollowupIntentName String
    The unique identifier of the followup intent's parent. Format: projects//agent/intents/.
    followupIntentName string
    The unique identifier of the followup intent. Format: projects//agent/intents/.
    parentFollowupIntentName string
    The unique identifier of the followup intent's parent. Format: projects//agent/intents/.
    followup_intent_name str
    The unique identifier of the followup intent. Format: projects//agent/intents/.
    parent_followup_intent_name str
    The unique identifier of the followup intent's parent. Format: projects//agent/intents/.
    followupIntentName String
    The unique identifier of the followup intent. Format: projects//agent/intents/.
    parentFollowupIntentName String
    The unique identifier of the followup intent's parent. Format: projects//agent/intents/.

    GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriActionResponse

    Uri string
    The HTTP or HTTPS scheme URI.
    Uri string
    The HTTP or HTTPS scheme URI.
    uri String
    The HTTP or HTTPS scheme URI.
    uri string
    The HTTP or HTTPS scheme URI.
    uri str
    The HTTP or HTTPS scheme URI.
    uri String
    The HTTP or HTTPS scheme URI.

    GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonResponse

    OpenUriAction GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriActionResponse
    Action to take when a user taps on the button.
    Title string
    The title of the button.
    openUriAction GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriActionResponse
    Action to take when a user taps on the button.
    title String
    The title of the button.
    openUriAction GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriActionResponse
    Action to take when a user taps on the button.
    title string
    The title of the button.
    open_uri_action GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonOpenUriActionResponse
    Action to take when a user taps on the button.
    title str
    The title of the button.
    openUriAction Property Map
    Action to take when a user taps on the button.
    title String
    The title of the button.

    GoogleCloudDialogflowV2beta1IntentMessageBasicCardResponse

    Buttons List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonResponse>
    Optional. The collection of card buttons.
    FormattedText string
    Required, unless image is present. The body text of the card.
    Image Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image for the card.
    Subtitle string
    Optional. The subtitle of the card.
    Title string
    Optional. The title of the card.
    Buttons []GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonResponse
    Optional. The collection of card buttons.
    FormattedText string
    Required, unless image is present. The body text of the card.
    Image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image for the card.
    Subtitle string
    Optional. The subtitle of the card.
    Title string
    Optional. The title of the card.
    buttons List<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonResponse>
    Optional. The collection of card buttons.
    formattedText String
    Required, unless image is present. The body text of the card.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image for the card.
    subtitle String
    Optional. The subtitle of the card.
    title String
    Optional. The title of the card.
    buttons GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonResponse[]
    Optional. The collection of card buttons.
    formattedText string
    Required, unless image is present. The body text of the card.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image for the card.
    subtitle string
    Optional. The subtitle of the card.
    title string
    Optional. The title of the card.
    buttons Sequence[GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonResponse]
    Optional. The collection of card buttons.
    formatted_text str
    Required, unless image is present. The body text of the card.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image for the card.
    subtitle str
    Optional. The subtitle of the card.
    title str
    Optional. The title of the card.
    buttons List<Property Map>
    Optional. The collection of card buttons.
    formattedText String
    Required, unless image is present. The body text of the card.
    image Property Map
    Optional. The image for the card.
    subtitle String
    Optional. The subtitle of the card.
    title String
    Optional. The title of the card.

    GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionResponse

    Url string
    URL
    UrlTypeHint string
    Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.
    Url string
    URL
    UrlTypeHint string
    Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.
    url String
    URL
    urlTypeHint String
    Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.
    url string
    URL
    urlTypeHint string
    Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.
    url str
    URL
    url_type_hint str
    Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.
    url String
    URL
    urlTypeHint String
    Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.

    GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemResponse

    Description string
    Optional. Description of the carousel item. Maximum of four lines of text.
    Footer string
    Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.
    Image Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Hero image for the carousel item.
    OpenUriAction Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionResponse
    Action to present to the user.
    Title string
    Title of the carousel item. Maximum of two lines of text.
    Description string
    Optional. Description of the carousel item. Maximum of four lines of text.
    Footer string
    Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.
    Image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Hero image for the carousel item.
    OpenUriAction GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionResponse
    Action to present to the user.
    Title string
    Title of the carousel item. Maximum of two lines of text.
    description String
    Optional. Description of the carousel item. Maximum of four lines of text.
    footer String
    Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Hero image for the carousel item.
    openUriAction GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionResponse
    Action to present to the user.
    title String
    Title of the carousel item. Maximum of two lines of text.
    description string
    Optional. Description of the carousel item. Maximum of four lines of text.
    footer string
    Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Hero image for the carousel item.
    openUriAction GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionResponse
    Action to present to the user.
    title string
    Title of the carousel item. Maximum of two lines of text.
    description str
    Optional. Description of the carousel item. Maximum of four lines of text.
    footer str
    Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Hero image for the carousel item.
    open_uri_action GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionResponse
    Action to present to the user.
    title str
    Title of the carousel item. Maximum of two lines of text.
    description String
    Optional. Description of the carousel item. Maximum of four lines of text.
    footer String
    Optional. Text that appears at the bottom of the Browse Carousel Card. Maximum of one line of text.
    image Property Map
    Optional. Hero image for the carousel item.
    openUriAction Property Map
    Action to present to the user.
    title String
    Title of the carousel item. Maximum of two lines of text.

    GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardResponse

    ImageDisplayOptions string
    Optional. Settings for displaying the image. Applies to every image in items.
    Items List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemResponse>
    List of items in the Browse Carousel Card. Minimum of two items, maximum of ten.
    ImageDisplayOptions string
    Optional. Settings for displaying the image. Applies to every image in items.
    Items []GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemResponse
    List of items in the Browse Carousel Card. Minimum of two items, maximum of ten.
    imageDisplayOptions String
    Optional. Settings for displaying the image. Applies to every image in items.
    items List<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemResponse>
    List of items in the Browse Carousel Card. Minimum of two items, maximum of ten.
    imageDisplayOptions string
    Optional. Settings for displaying the image. Applies to every image in items.
    items GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemResponse[]
    List of items in the Browse Carousel Card. Minimum of two items, maximum of ten.
    image_display_options str
    Optional. Settings for displaying the image. Applies to every image in items.
    items Sequence[GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemResponse]
    List of items in the Browse Carousel Card. Minimum of two items, maximum of ten.
    imageDisplayOptions String
    Optional. Settings for displaying the image. Applies to every image in items.
    items List<Property Map>
    List of items in the Browse Carousel Card. Minimum of two items, maximum of ten.

    GoogleCloudDialogflowV2beta1IntentMessageCardButtonResponse

    Postback string
    Optional. The text to send back to the Dialogflow API or a URI to open.
    Text string
    Optional. The text to show on the button.
    Postback string
    Optional. The text to send back to the Dialogflow API or a URI to open.
    Text string
    Optional. The text to show on the button.
    postback String
    Optional. The text to send back to the Dialogflow API or a URI to open.
    text String
    Optional. The text to show on the button.
    postback string
    Optional. The text to send back to the Dialogflow API or a URI to open.
    text string
    Optional. The text to show on the button.
    postback str
    Optional. The text to send back to the Dialogflow API or a URI to open.
    text str
    Optional. The text to show on the button.
    postback String
    Optional. The text to send back to the Dialogflow API or a URI to open.
    text String
    Optional. The text to show on the button.

    GoogleCloudDialogflowV2beta1IntentMessageCardResponse

    Buttons List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageCardButtonResponse>
    Optional. The collection of card buttons.
    ImageUri string
    Optional. The public URI to an image file for the card.
    Subtitle string
    Optional. The subtitle of the card.
    Title string
    Optional. The title of the card.
    Buttons []GoogleCloudDialogflowV2beta1IntentMessageCardButtonResponse
    Optional. The collection of card buttons.
    ImageUri string
    Optional. The public URI to an image file for the card.
    Subtitle string
    Optional. The subtitle of the card.
    Title string
    Optional. The title of the card.
    buttons List<GoogleCloudDialogflowV2beta1IntentMessageCardButtonResponse>
    Optional. The collection of card buttons.
    imageUri String
    Optional. The public URI to an image file for the card.
    subtitle String
    Optional. The subtitle of the card.
    title String
    Optional. The title of the card.
    buttons GoogleCloudDialogflowV2beta1IntentMessageCardButtonResponse[]
    Optional. The collection of card buttons.
    imageUri string
    Optional. The public URI to an image file for the card.
    subtitle string
    Optional. The subtitle of the card.
    title string
    Optional. The title of the card.
    buttons Sequence[GoogleCloudDialogflowV2beta1IntentMessageCardButtonResponse]
    Optional. The collection of card buttons.
    image_uri str
    Optional. The public URI to an image file for the card.
    subtitle str
    Optional. The subtitle of the card.
    title str
    Optional. The title of the card.
    buttons List<Property Map>
    Optional. The collection of card buttons.
    imageUri String
    Optional. The public URI to an image file for the card.
    subtitle String
    Optional. The subtitle of the card.
    title String
    Optional. The title of the card.

    GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItemResponse

    Description string
    Optional. The body text of the card.
    Image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image to display.
    Info GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoResponse
    Additional info about the option item.
    Title string
    Title of the carousel item.
    description String
    Optional. The body text of the card.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image to display.
    info GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoResponse
    Additional info about the option item.
    title String
    Title of the carousel item.
    description string
    Optional. The body text of the card.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image to display.
    info GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoResponse
    Additional info about the option item.
    title string
    Title of the carousel item.
    description str
    Optional. The body text of the card.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image to display.
    info GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoResponse
    Additional info about the option item.
    title str
    Title of the carousel item.
    description String
    Optional. The body text of the card.
    image Property Map
    Optional. The image to display.
    info Property Map
    Additional info about the option item.
    title String
    Title of the carousel item.

    GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectResponse

    items List<Property Map>
    Carousel items.

    GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesResponse

    Header string
    Column heading.
    HorizontalAlignment string
    Optional. Defines text alignment for all cells in this column.
    Header string
    Column heading.
    HorizontalAlignment string
    Optional. Defines text alignment for all cells in this column.
    header String
    Column heading.
    horizontalAlignment String
    Optional. Defines text alignment for all cells in this column.
    header string
    Column heading.
    horizontalAlignment string
    Optional. Defines text alignment for all cells in this column.
    header str
    Column heading.
    horizontal_alignment str
    Optional. Defines text alignment for all cells in this column.
    header String
    Column heading.
    horizontalAlignment String
    Optional. Defines text alignment for all cells in this column.

    GoogleCloudDialogflowV2beta1IntentMessageImageResponse

    AccessibilityText string
    A text description of the image to be used for accessibility, e.g., screen readers. Required if image_uri is set for CarouselSelect.
    ImageUri string
    Optional. The public URI to an image file.
    AccessibilityText string
    A text description of the image to be used for accessibility, e.g., screen readers. Required if image_uri is set for CarouselSelect.
    ImageUri string
    Optional. The public URI to an image file.
    accessibilityText String
    A text description of the image to be used for accessibility, e.g., screen readers. Required if image_uri is set for CarouselSelect.
    imageUri String
    Optional. The public URI to an image file.
    accessibilityText string
    A text description of the image to be used for accessibility, e.g., screen readers. Required if image_uri is set for CarouselSelect.
    imageUri string
    Optional. The public URI to an image file.
    accessibility_text str
    A text description of the image to be used for accessibility, e.g., screen readers. Required if image_uri is set for CarouselSelect.
    image_uri str
    Optional. The public URI to an image file.
    accessibilityText String
    A text description of the image to be used for accessibility, e.g., screen readers. Required if image_uri is set for CarouselSelect.
    imageUri String
    Optional. The public URI to an image file.

    GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestionResponse

    DestinationName string
    The name of the app or site this chip is linking to.
    Uri string
    The URI of the app or site to open when the user taps the suggestion chip.
    DestinationName string
    The name of the app or site this chip is linking to.
    Uri string
    The URI of the app or site to open when the user taps the suggestion chip.
    destinationName String
    The name of the app or site this chip is linking to.
    uri String
    The URI of the app or site to open when the user taps the suggestion chip.
    destinationName string
    The name of the app or site this chip is linking to.
    uri string
    The URI of the app or site to open when the user taps the suggestion chip.
    destination_name str
    The name of the app or site this chip is linking to.
    uri str
    The URI of the app or site to open when the user taps the suggestion chip.
    destinationName String
    The name of the app or site this chip is linking to.
    uri String
    The URI of the app or site to open when the user taps the suggestion chip.

    GoogleCloudDialogflowV2beta1IntentMessageListSelectItemResponse

    Description string
    Optional. The main text describing the item.
    Image Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image to display.
    Info Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoResponse
    Additional information about this option.
    Title string
    The title of the list item.
    Description string
    Optional. The main text describing the item.
    Image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image to display.
    Info GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoResponse
    Additional information about this option.
    Title string
    The title of the list item.
    description String
    Optional. The main text describing the item.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image to display.
    info GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoResponse
    Additional information about this option.
    title String
    The title of the list item.
    description string
    Optional. The main text describing the item.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image to display.
    info GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoResponse
    Additional information about this option.
    title string
    The title of the list item.
    description str
    Optional. The main text describing the item.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. The image to display.
    info GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoResponse
    Additional information about this option.
    title str
    The title of the list item.
    description String
    Optional. The main text describing the item.
    image Property Map
    Optional. The image to display.
    info Property Map
    Additional information about this option.
    title String
    The title of the list item.

    GoogleCloudDialogflowV2beta1IntentMessageListSelectResponse

    Items List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageListSelectItemResponse>
    List items.
    Subtitle string
    Optional. Subtitle of the list.
    Title string
    Optional. The overall title of the list.
    Items []GoogleCloudDialogflowV2beta1IntentMessageListSelectItemResponse
    List items.
    Subtitle string
    Optional. Subtitle of the list.
    Title string
    Optional. The overall title of the list.
    items List<GoogleCloudDialogflowV2beta1IntentMessageListSelectItemResponse>
    List items.
    subtitle String
    Optional. Subtitle of the list.
    title String
    Optional. The overall title of the list.
    items GoogleCloudDialogflowV2beta1IntentMessageListSelectItemResponse[]
    List items.
    subtitle string
    Optional. Subtitle of the list.
    title string
    Optional. The overall title of the list.
    items Sequence[GoogleCloudDialogflowV2beta1IntentMessageListSelectItemResponse]
    List items.
    subtitle str
    Optional. Subtitle of the list.
    title str
    Optional. The overall title of the list.
    items List<Property Map>
    List items.
    subtitle String
    Optional. Subtitle of the list.
    title String
    Optional. The overall title of the list.

    GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponse

    MediaObjects []GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObjectResponse
    List of media objects.
    MediaType string
    Optional. What type of media is the content (ie "audio").
    mediaObjects List<GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObjectResponse>
    List of media objects.
    mediaType String
    Optional. What type of media is the content (ie "audio").
    mediaObjects GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObjectResponse[]
    List of media objects.
    mediaType string
    Optional. What type of media is the content (ie "audio").
    media_objects Sequence[GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObjectResponse]
    List of media objects.
    media_type str
    Optional. What type of media is the content (ie "audio").
    mediaObjects List<Property Map>
    List of media objects.
    mediaType String
    Optional. What type of media is the content (ie "audio").

    GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObjectResponse

    ContentUrl string
    Url where the media is stored.
    Description string
    Optional. Description of media card.
    Icon Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Icon to display above media content.
    LargeImage Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Image to display above media content.
    Name string
    Name of media card.
    ContentUrl string
    Url where the media is stored.
    Description string
    Optional. Description of media card.
    Icon GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Icon to display above media content.
    LargeImage GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Image to display above media content.
    Name string
    Name of media card.
    contentUrl String
    Url where the media is stored.
    description String
    Optional. Description of media card.
    icon GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Icon to display above media content.
    largeImage GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Image to display above media content.
    name String
    Name of media card.
    contentUrl string
    Url where the media is stored.
    description string
    Optional. Description of media card.
    icon GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Icon to display above media content.
    largeImage GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Image to display above media content.
    name string
    Name of media card.
    content_url str
    Url where the media is stored.
    description str
    Optional. Description of media card.
    icon GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Icon to display above media content.
    large_image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Image to display above media content.
    name str
    Name of media card.
    contentUrl String
    Url where the media is stored.
    description String
    Optional. Description of media card.
    icon Property Map
    Optional. Icon to display above media content.
    largeImage Property Map
    Optional. Image to display above media content.
    name String
    Name of media card.

    GoogleCloudDialogflowV2beta1IntentMessageQuickRepliesResponse

    QuickReplies List<string>
    Optional. The collection of quick replies.
    Title string
    Optional. The title of the collection of quick replies.
    QuickReplies []string
    Optional. The collection of quick replies.
    Title string
    Optional. The title of the collection of quick replies.
    quickReplies List<String>
    Optional. The collection of quick replies.
    title String
    Optional. The title of the collection of quick replies.
    quickReplies string[]
    Optional. The collection of quick replies.
    title string
    Optional. The title of the collection of quick replies.
    quick_replies Sequence[str]
    Optional. The collection of quick replies.
    title str
    Optional. The title of the collection of quick replies.
    quickReplies List<String>
    Optional. The collection of quick replies.
    title String
    Optional. The title of the collection of quick replies.

    GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMediaResponse

    FileUri string
    Publicly reachable URI of the file. The RBM platform determines the MIME type of the file from the content-type field in the HTTP headers when the platform fetches the file. The content-type field must be present and accurate in the HTTP response from the URL.
    Height string
    Required for cards with vertical orientation. The height of the media within a rich card with a vertical layout. For a standalone card with horizontal layout, height is not customizable, and this field is ignored.
    ThumbnailUri string
    Optional. Publicly reachable URI of the thumbnail.If you don't provide a thumbnail URI, the RBM platform displays a blank placeholder thumbnail until the user's device downloads the file. Depending on the user's setting, the file may not download automatically and may require the user to tap a download button.
    FileUri string
    Publicly reachable URI of the file. The RBM platform determines the MIME type of the file from the content-type field in the HTTP headers when the platform fetches the file. The content-type field must be present and accurate in the HTTP response from the URL.
    Height string
    Required for cards with vertical orientation. The height of the media within a rich card with a vertical layout. For a standalone card with horizontal layout, height is not customizable, and this field is ignored.
    ThumbnailUri string
    Optional. Publicly reachable URI of the thumbnail.If you don't provide a thumbnail URI, the RBM platform displays a blank placeholder thumbnail until the user's device downloads the file. Depending on the user's setting, the file may not download automatically and may require the user to tap a download button.
    fileUri String
    Publicly reachable URI of the file. The RBM platform determines the MIME type of the file from the content-type field in the HTTP headers when the platform fetches the file. The content-type field must be present and accurate in the HTTP response from the URL.
    height String
    Required for cards with vertical orientation. The height of the media within a rich card with a vertical layout. For a standalone card with horizontal layout, height is not customizable, and this field is ignored.
    thumbnailUri String
    Optional. Publicly reachable URI of the thumbnail.If you don't provide a thumbnail URI, the RBM platform displays a blank placeholder thumbnail until the user's device downloads the file. Depending on the user's setting, the file may not download automatically and may require the user to tap a download button.
    fileUri string
    Publicly reachable URI of the file. The RBM platform determines the MIME type of the file from the content-type field in the HTTP headers when the platform fetches the file. The content-type field must be present and accurate in the HTTP response from the URL.
    height string
    Required for cards with vertical orientation. The height of the media within a rich card with a vertical layout. For a standalone card with horizontal layout, height is not customizable, and this field is ignored.
    thumbnailUri string
    Optional. Publicly reachable URI of the thumbnail.If you don't provide a thumbnail URI, the RBM platform displays a blank placeholder thumbnail until the user's device downloads the file. Depending on the user's setting, the file may not download automatically and may require the user to tap a download button.
    file_uri str
    Publicly reachable URI of the file. The RBM platform determines the MIME type of the file from the content-type field in the HTTP headers when the platform fetches the file. The content-type field must be present and accurate in the HTTP response from the URL.
    height str
    Required for cards with vertical orientation. The height of the media within a rich card with a vertical layout. For a standalone card with horizontal layout, height is not customizable, and this field is ignored.
    thumbnail_uri str
    Optional. Publicly reachable URI of the thumbnail.If you don't provide a thumbnail URI, the RBM platform displays a blank placeholder thumbnail until the user's device downloads the file. Depending on the user's setting, the file may not download automatically and may require the user to tap a download button.
    fileUri String
    Publicly reachable URI of the file. The RBM platform determines the MIME type of the file from the content-type field in the HTTP headers when the platform fetches the file. The content-type field must be present and accurate in the HTTP response from the URL.
    height String
    Required for cards with vertical orientation. The height of the media within a rich card with a vertical layout. For a standalone card with horizontal layout, height is not customizable, and this field is ignored.
    thumbnailUri String
    Optional. Publicly reachable URI of the thumbnail.If you don't provide a thumbnail URI, the RBM platform displays a blank placeholder thumbnail until the user's device downloads the file. Depending on the user's setting, the file may not download automatically and may require the user to tap a download button.

    GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentResponse

    Description string
    Optional. Description of the card (at most 2000 bytes). At least one of the title, description or media must be set.
    Media Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMediaResponse
    Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.
    Suggestions List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionResponse>
    Optional. List of suggestions to include in the card.
    Title string
    Optional. Title of the card (at most 200 bytes). At least one of the title, description or media must be set.
    Description string
    Optional. Description of the card (at most 2000 bytes). At least one of the title, description or media must be set.
    Media GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMediaResponse
    Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.
    Suggestions []GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionResponse
    Optional. List of suggestions to include in the card.
    Title string
    Optional. Title of the card (at most 200 bytes). At least one of the title, description or media must be set.
    description String
    Optional. Description of the card (at most 2000 bytes). At least one of the title, description or media must be set.
    media GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMediaResponse
    Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.
    suggestions List<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionResponse>
    Optional. List of suggestions to include in the card.
    title String
    Optional. Title of the card (at most 200 bytes). At least one of the title, description or media must be set.
    description string
    Optional. Description of the card (at most 2000 bytes). At least one of the title, description or media must be set.
    media GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMediaResponse
    Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.
    suggestions GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionResponse[]
    Optional. List of suggestions to include in the card.
    title string
    Optional. Title of the card (at most 200 bytes). At least one of the title, description or media must be set.
    description str
    Optional. Description of the card (at most 2000 bytes). At least one of the title, description or media must be set.
    media GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMediaResponse
    Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.
    suggestions Sequence[GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionResponse]
    Optional. List of suggestions to include in the card.
    title str
    Optional. Title of the card (at most 200 bytes). At least one of the title, description or media must be set.
    description String
    Optional. Description of the card (at most 2000 bytes). At least one of the title, description or media must be set.
    media Property Map
    Optional. However at least one of the title, description or media must be set. Media (image, GIF or a video) to include in the card.
    suggestions List<Property Map>
    Optional. List of suggestions to include in the card.
    title String
    Optional. Title of the card (at most 200 bytes). At least one of the title, description or media must be set.

    GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardResponse

    CardContents List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentResponse>
    The cards in the carousel. A carousel must have at least 2 cards and at most 10.
    CardWidth string
    The width of the cards in the carousel.
    CardContents []GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentResponse
    The cards in the carousel. A carousel must have at least 2 cards and at most 10.
    CardWidth string
    The width of the cards in the carousel.
    cardContents List<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentResponse>
    The cards in the carousel. A carousel must have at least 2 cards and at most 10.
    cardWidth String
    The width of the cards in the carousel.
    cardContents GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentResponse[]
    The cards in the carousel. A carousel must have at least 2 cards and at most 10.
    cardWidth string
    The width of the cards in the carousel.
    card_contents Sequence[GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentResponse]
    The cards in the carousel. A carousel must have at least 2 cards and at most 10.
    card_width str
    The width of the cards in the carousel.
    cardContents List<Property Map>
    The cards in the carousel. A carousel must have at least 2 cards and at most 10.
    cardWidth String
    The width of the cards in the carousel.

    GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCardResponse

    CardContent Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentResponse
    Card content.
    CardOrientation string
    Orientation of the card.
    ThumbnailImageAlignment string
    Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.
    CardContent GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentResponse
    Card content.
    CardOrientation string
    Orientation of the card.
    ThumbnailImageAlignment string
    Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.
    cardContent GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentResponse
    Card content.
    cardOrientation String
    Orientation of the card.
    thumbnailImageAlignment String
    Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.
    cardContent GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentResponse
    Card content.
    cardOrientation string
    Orientation of the card.
    thumbnailImageAlignment string
    Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.
    card_content GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentResponse
    Card content.
    card_orientation str
    Orientation of the card.
    thumbnail_image_alignment str
    Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.
    cardContent Property Map
    Card content.
    cardOrientation String
    Orientation of the card.
    thumbnailImageAlignment String
    Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.

    GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDialResponse

    PhoneNumber string
    The phone number to fill in the default dialer app. This field should be in E.164 format. An example of a correctly formatted phone number: +15556767888.
    PhoneNumber string
    The phone number to fill in the default dialer app. This field should be in E.164 format. An example of a correctly formatted phone number: +15556767888.
    phoneNumber String
    The phone number to fill in the default dialer app. This field should be in E.164 format. An example of a correctly formatted phone number: +15556767888.
    phoneNumber string
    The phone number to fill in the default dialer app. This field should be in E.164 format. An example of a correctly formatted phone number: +15556767888.
    phone_number str
    The phone number to fill in the default dialer app. This field should be in E.164 format. An example of a correctly formatted phone number: +15556767888.
    phoneNumber String
    The phone number to fill in the default dialer app. This field should be in E.164 format. An example of a correctly formatted phone number: +15556767888.

    GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUriResponse

    Uri string
    The uri to open on the user device
    Uri string
    The uri to open on the user device
    uri String
    The uri to open on the user device
    uri string
    The uri to open on the user device
    uri str
    The uri to open on the user device
    uri String
    The uri to open on the user device

    GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionResponse

    Dial Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDialResponse
    Suggested client side action: Dial a phone number
    OpenUrl Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUriResponse
    Suggested client side action: Open a URI on device
    PostbackData string
    Opaque payload that the Dialogflow receives in a user event when the user taps the suggested action. This data will be also forwarded to webhook to allow performing custom business logic.
    ShareLocation Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocationResponse
    Suggested client side action: Share user location
    Text string
    Text to display alongside the action.
    Dial GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDialResponse
    Suggested client side action: Dial a phone number
    OpenUrl GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUriResponse
    Suggested client side action: Open a URI on device
    PostbackData string
    Opaque payload that the Dialogflow receives in a user event when the user taps the suggested action. This data will be also forwarded to webhook to allow performing custom business logic.
    ShareLocation GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocationResponse
    Suggested client side action: Share user location
    Text string
    Text to display alongside the action.
    dial GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDialResponse
    Suggested client side action: Dial a phone number
    openUrl GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUriResponse
    Suggested client side action: Open a URI on device
    postbackData String
    Opaque payload that the Dialogflow receives in a user event when the user taps the suggested action. This data will be also forwarded to webhook to allow performing custom business logic.
    shareLocation GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocationResponse
    Suggested client side action: Share user location
    text String
    Text to display alongside the action.
    dial GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDialResponse
    Suggested client side action: Dial a phone number
    openUrl GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUriResponse
    Suggested client side action: Open a URI on device
    postbackData string
    Opaque payload that the Dialogflow receives in a user event when the user taps the suggested action. This data will be also forwarded to webhook to allow performing custom business logic.
    shareLocation GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocationResponse
    Suggested client side action: Share user location
    text string
    Text to display alongside the action.
    dial GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionDialResponse
    Suggested client side action: Dial a phone number
    open_url GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionOpenUriResponse
    Suggested client side action: Open a URI on device
    postback_data str
    Opaque payload that the Dialogflow receives in a user event when the user taps the suggested action. This data will be also forwarded to webhook to allow performing custom business logic.
    share_location GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionRbmSuggestedActionShareLocationResponse
    Suggested client side action: Share user location
    text str
    Text to display alongside the action.
    dial Property Map
    Suggested client side action: Dial a phone number
    openUrl Property Map
    Suggested client side action: Open a URI on device
    postbackData String
    Opaque payload that the Dialogflow receives in a user event when the user taps the suggested action. This data will be also forwarded to webhook to allow performing custom business logic.
    shareLocation Property Map
    Suggested client side action: Share user location
    text String
    Text to display alongside the action.

    GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReplyResponse

    PostbackData string
    Opaque payload that the Dialogflow receives in a user event when the user taps the suggested reply. This data will be also forwarded to webhook to allow performing custom business logic.
    Text string
    Suggested reply text.
    PostbackData string
    Opaque payload that the Dialogflow receives in a user event when the user taps the suggested reply. This data will be also forwarded to webhook to allow performing custom business logic.
    Text string
    Suggested reply text.
    postbackData String
    Opaque payload that the Dialogflow receives in a user event when the user taps the suggested reply. This data will be also forwarded to webhook to allow performing custom business logic.
    text String
    Suggested reply text.
    postbackData string
    Opaque payload that the Dialogflow receives in a user event when the user taps the suggested reply. This data will be also forwarded to webhook to allow performing custom business logic.
    text string
    Suggested reply text.
    postback_data str
    Opaque payload that the Dialogflow receives in a user event when the user taps the suggested reply. This data will be also forwarded to webhook to allow performing custom business logic.
    text str
    Suggested reply text.
    postbackData String
    Opaque payload that the Dialogflow receives in a user event when the user taps the suggested reply. This data will be also forwarded to webhook to allow performing custom business logic.
    text String
    Suggested reply text.

    GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionResponse

    Action GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionResponse
    Predefined client side actions that user can choose
    Reply GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReplyResponse
    Predefined replies for user to select instead of typing
    action GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionResponse
    Predefined client side actions that user can choose
    reply GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReplyResponse
    Predefined replies for user to select instead of typing
    action GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionResponse
    Predefined client side actions that user can choose
    reply GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReplyResponse
    Predefined replies for user to select instead of typing
    action GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedActionResponse
    Predefined client side actions that user can choose
    reply GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestedReplyResponse
    Predefined replies for user to select instead of typing
    action Property Map
    Predefined client side actions that user can choose
    reply Property Map
    Predefined replies for user to select instead of typing

    GoogleCloudDialogflowV2beta1IntentMessageRbmTextResponse

    RbmSuggestion List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionResponse>
    Optional. One or more suggestions to show to the user.
    Text string
    Text sent and displayed to the user.
    RbmSuggestion []GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionResponse
    Optional. One or more suggestions to show to the user.
    Text string
    Text sent and displayed to the user.
    rbmSuggestion List<GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionResponse>
    Optional. One or more suggestions to show to the user.
    text String
    Text sent and displayed to the user.
    rbmSuggestion GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionResponse[]
    Optional. One or more suggestions to show to the user.
    text string
    Text sent and displayed to the user.
    rbm_suggestion Sequence[GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestionResponse]
    Optional. One or more suggestions to show to the user.
    text str
    Text sent and displayed to the user.
    rbmSuggestion List<Property Map>
    Optional. One or more suggestions to show to the user.
    text String
    Text sent and displayed to the user.

    GoogleCloudDialogflowV2beta1IntentMessageResponse

    BasicCard Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageBasicCardResponse
    Displays a basic card for Actions on Google.
    BrowseCarouselCard Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardResponse
    Browse carousel card for Actions on Google.
    Card Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageCardResponse
    Displays a card.
    CarouselSelect Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectResponse
    Displays a carousel card for Actions on Google.
    Image Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Displays an image.
    LinkOutSuggestion Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestionResponse
    Displays a link out suggestion chip for Actions on Google.
    ListSelect Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageListSelectResponse
    Displays a list card for Actions on Google.
    MediaContent Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponse
    The media content card for Actions on Google.
    Payload Dictionary<string, string>
    A custom platform-specific response.
    Platform string
    Optional. The platform that this message is intended for.
    QuickReplies Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageQuickRepliesResponse
    Displays quick replies.
    RbmCarouselRichCard Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardResponse
    Rich Business Messaging (RBM) carousel rich card response.
    RbmStandaloneRichCard Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCardResponse
    Standalone Rich Business Messaging (RBM) rich card response.
    RbmText Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageRbmTextResponse
    Rich Business Messaging (RBM) text response. RBM allows businesses to send enriched and branded versions of SMS. See https://jibe.google.com/business-messaging.
    SimpleResponses Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageSimpleResponsesResponse
    Returns a voice or text-only response for Actions on Google.
    Suggestions Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageSuggestionsResponse
    Displays suggestion chips for Actions on Google.
    TableCard Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageTableCardResponse
    Table card for Actions on Google.
    TelephonyPlayAudio Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudioResponse
    Plays audio from a file in Telephony Gateway.
    TelephonySynthesizeSpeech Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeechResponse
    Synthesizes speech in Telephony Gateway.
    TelephonyTransferCall Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCallResponse
    Transfers the call in Telephony Gateway.
    Text Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageTextResponse
    Returns a text response.
    BasicCard GoogleCloudDialogflowV2beta1IntentMessageBasicCardResponse
    Displays a basic card for Actions on Google.
    BrowseCarouselCard GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardResponse
    Browse carousel card for Actions on Google.
    Card GoogleCloudDialogflowV2beta1IntentMessageCardResponse
    Displays a card.
    CarouselSelect GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectResponse
    Displays a carousel card for Actions on Google.
    Image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Displays an image.
    LinkOutSuggestion GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestionResponse
    Displays a link out suggestion chip for Actions on Google.
    ListSelect GoogleCloudDialogflowV2beta1IntentMessageListSelectResponse
    Displays a list card for Actions on Google.
    MediaContent GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponse
    The media content card for Actions on Google.
    Payload map[string]string
    A custom platform-specific response.
    Platform string
    Optional. The platform that this message is intended for.
    QuickReplies GoogleCloudDialogflowV2beta1IntentMessageQuickRepliesResponse
    Displays quick replies.
    RbmCarouselRichCard GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardResponse
    Rich Business Messaging (RBM) carousel rich card response.
    RbmStandaloneRichCard GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCardResponse
    Standalone Rich Business Messaging (RBM) rich card response.
    RbmText GoogleCloudDialogflowV2beta1IntentMessageRbmTextResponse
    Rich Business Messaging (RBM) text response. RBM allows businesses to send enriched and branded versions of SMS. See https://jibe.google.com/business-messaging.
    SimpleResponses GoogleCloudDialogflowV2beta1IntentMessageSimpleResponsesResponse
    Returns a voice or text-only response for Actions on Google.
    Suggestions GoogleCloudDialogflowV2beta1IntentMessageSuggestionsResponse
    Displays suggestion chips for Actions on Google.
    TableCard GoogleCloudDialogflowV2beta1IntentMessageTableCardResponse
    Table card for Actions on Google.
    TelephonyPlayAudio GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudioResponse
    Plays audio from a file in Telephony Gateway.
    TelephonySynthesizeSpeech GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeechResponse
    Synthesizes speech in Telephony Gateway.
    TelephonyTransferCall GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCallResponse
    Transfers the call in Telephony Gateway.
    Text GoogleCloudDialogflowV2beta1IntentMessageTextResponse
    Returns a text response.
    basicCard GoogleCloudDialogflowV2beta1IntentMessageBasicCardResponse
    Displays a basic card for Actions on Google.
    browseCarouselCard GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardResponse
    Browse carousel card for Actions on Google.
    card GoogleCloudDialogflowV2beta1IntentMessageCardResponse
    Displays a card.
    carouselSelect GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectResponse
    Displays a carousel card for Actions on Google.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Displays an image.
    linkOutSuggestion GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestionResponse
    Displays a link out suggestion chip for Actions on Google.
    listSelect GoogleCloudDialogflowV2beta1IntentMessageListSelectResponse
    Displays a list card for Actions on Google.
    mediaContent GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponse
    The media content card for Actions on Google.
    payload Map<String,String>
    A custom platform-specific response.
    platform String
    Optional. The platform that this message is intended for.
    quickReplies GoogleCloudDialogflowV2beta1IntentMessageQuickRepliesResponse
    Displays quick replies.
    rbmCarouselRichCard GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardResponse
    Rich Business Messaging (RBM) carousel rich card response.
    rbmStandaloneRichCard GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCardResponse
    Standalone Rich Business Messaging (RBM) rich card response.
    rbmText GoogleCloudDialogflowV2beta1IntentMessageRbmTextResponse
    Rich Business Messaging (RBM) text response. RBM allows businesses to send enriched and branded versions of SMS. See https://jibe.google.com/business-messaging.
    simpleResponses GoogleCloudDialogflowV2beta1IntentMessageSimpleResponsesResponse
    Returns a voice or text-only response for Actions on Google.
    suggestions GoogleCloudDialogflowV2beta1IntentMessageSuggestionsResponse
    Displays suggestion chips for Actions on Google.
    tableCard GoogleCloudDialogflowV2beta1IntentMessageTableCardResponse
    Table card for Actions on Google.
    telephonyPlayAudio GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudioResponse
    Plays audio from a file in Telephony Gateway.
    telephonySynthesizeSpeech GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeechResponse
    Synthesizes speech in Telephony Gateway.
    telephonyTransferCall GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCallResponse
    Transfers the call in Telephony Gateway.
    text GoogleCloudDialogflowV2beta1IntentMessageTextResponse
    Returns a text response.
    basicCard GoogleCloudDialogflowV2beta1IntentMessageBasicCardResponse
    Displays a basic card for Actions on Google.
    browseCarouselCard GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardResponse
    Browse carousel card for Actions on Google.
    card GoogleCloudDialogflowV2beta1IntentMessageCardResponse
    Displays a card.
    carouselSelect GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectResponse
    Displays a carousel card for Actions on Google.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Displays an image.
    linkOutSuggestion GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestionResponse
    Displays a link out suggestion chip for Actions on Google.
    listSelect GoogleCloudDialogflowV2beta1IntentMessageListSelectResponse
    Displays a list card for Actions on Google.
    mediaContent GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponse
    The media content card for Actions on Google.
    payload {[key: string]: string}
    A custom platform-specific response.
    platform string
    Optional. The platform that this message is intended for.
    quickReplies GoogleCloudDialogflowV2beta1IntentMessageQuickRepliesResponse
    Displays quick replies.
    rbmCarouselRichCard GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardResponse
    Rich Business Messaging (RBM) carousel rich card response.
    rbmStandaloneRichCard GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCardResponse
    Standalone Rich Business Messaging (RBM) rich card response.
    rbmText GoogleCloudDialogflowV2beta1IntentMessageRbmTextResponse
    Rich Business Messaging (RBM) text response. RBM allows businesses to send enriched and branded versions of SMS. See https://jibe.google.com/business-messaging.
    simpleResponses GoogleCloudDialogflowV2beta1IntentMessageSimpleResponsesResponse
    Returns a voice or text-only response for Actions on Google.
    suggestions GoogleCloudDialogflowV2beta1IntentMessageSuggestionsResponse
    Displays suggestion chips for Actions on Google.
    tableCard GoogleCloudDialogflowV2beta1IntentMessageTableCardResponse
    Table card for Actions on Google.
    telephonyPlayAudio GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudioResponse
    Plays audio from a file in Telephony Gateway.
    telephonySynthesizeSpeech GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeechResponse
    Synthesizes speech in Telephony Gateway.
    telephonyTransferCall GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCallResponse
    Transfers the call in Telephony Gateway.
    text GoogleCloudDialogflowV2beta1IntentMessageTextResponse
    Returns a text response.
    basic_card GoogleCloudDialogflowV2beta1IntentMessageBasicCardResponse
    Displays a basic card for Actions on Google.
    browse_carousel_card GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardResponse
    Browse carousel card for Actions on Google.
    card GoogleCloudDialogflowV2beta1IntentMessageCardResponse
    Displays a card.
    carousel_select GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectResponse
    Displays a carousel card for Actions on Google.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Displays an image.
    link_out_suggestion GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestionResponse
    Displays a link out suggestion chip for Actions on Google.
    list_select GoogleCloudDialogflowV2beta1IntentMessageListSelectResponse
    Displays a list card for Actions on Google.
    media_content GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponse
    The media content card for Actions on Google.
    payload Mapping[str, str]
    A custom platform-specific response.
    platform str
    Optional. The platform that this message is intended for.
    quick_replies GoogleCloudDialogflowV2beta1IntentMessageQuickRepliesResponse
    Displays quick replies.
    rbm_carousel_rich_card GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCardResponse
    Rich Business Messaging (RBM) carousel rich card response.
    rbm_standalone_rich_card GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCardResponse
    Standalone Rich Business Messaging (RBM) rich card response.
    rbm_text GoogleCloudDialogflowV2beta1IntentMessageRbmTextResponse
    Rich Business Messaging (RBM) text response. RBM allows businesses to send enriched and branded versions of SMS. See https://jibe.google.com/business-messaging.
    simple_responses GoogleCloudDialogflowV2beta1IntentMessageSimpleResponsesResponse
    Returns a voice or text-only response for Actions on Google.
    suggestions GoogleCloudDialogflowV2beta1IntentMessageSuggestionsResponse
    Displays suggestion chips for Actions on Google.
    table_card GoogleCloudDialogflowV2beta1IntentMessageTableCardResponse
    Table card for Actions on Google.
    telephony_play_audio GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudioResponse
    Plays audio from a file in Telephony Gateway.
    telephony_synthesize_speech GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeechResponse
    Synthesizes speech in Telephony Gateway.
    telephony_transfer_call GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCallResponse
    Transfers the call in Telephony Gateway.
    text GoogleCloudDialogflowV2beta1IntentMessageTextResponse
    Returns a text response.
    basicCard Property Map
    Displays a basic card for Actions on Google.
    browseCarouselCard Property Map
    Browse carousel card for Actions on Google.
    card Property Map
    Displays a card.
    carouselSelect Property Map
    Displays a carousel card for Actions on Google.
    image Property Map
    Displays an image.
    linkOutSuggestion Property Map
    Displays a link out suggestion chip for Actions on Google.
    listSelect Property Map
    Displays a list card for Actions on Google.
    mediaContent Property Map
    The media content card for Actions on Google.
    payload Map<String>
    A custom platform-specific response.
    platform String
    Optional. The platform that this message is intended for.
    quickReplies Property Map
    Displays quick replies.
    rbmCarouselRichCard Property Map
    Rich Business Messaging (RBM) carousel rich card response.
    rbmStandaloneRichCard Property Map
    Standalone Rich Business Messaging (RBM) rich card response.
    rbmText Property Map
    Rich Business Messaging (RBM) text response. RBM allows businesses to send enriched and branded versions of SMS. See https://jibe.google.com/business-messaging.
    simpleResponses Property Map
    Returns a voice or text-only response for Actions on Google.
    suggestions Property Map
    Displays suggestion chips for Actions on Google.
    tableCard Property Map
    Table card for Actions on Google.
    telephonyPlayAudio Property Map
    Plays audio from a file in Telephony Gateway.
    telephonySynthesizeSpeech Property Map
    Synthesizes speech in Telephony Gateway.
    telephonyTransferCall Property Map
    Transfers the call in Telephony Gateway.
    text Property Map
    Returns a text response.

    GoogleCloudDialogflowV2beta1IntentMessageSelectItemInfoResponse

    Key string
    A unique key that will be sent back to the agent if this response is given.
    Synonyms List<string>
    Optional. A list of synonyms that can also be used to trigger this item in dialog.
    Key string
    A unique key that will be sent back to the agent if this response is given.
    Synonyms []string
    Optional. A list of synonyms that can also be used to trigger this item in dialog.
    key String
    A unique key that will be sent back to the agent if this response is given.
    synonyms List<String>
    Optional. A list of synonyms that can also be used to trigger this item in dialog.
    key string
    A unique key that will be sent back to the agent if this response is given.
    synonyms string[]
    Optional. A list of synonyms that can also be used to trigger this item in dialog.
    key str
    A unique key that will be sent back to the agent if this response is given.
    synonyms Sequence[str]
    Optional. A list of synonyms that can also be used to trigger this item in dialog.
    key String
    A unique key that will be sent back to the agent if this response is given.
    synonyms List<String>
    Optional. A list of synonyms that can also be used to trigger this item in dialog.

    GoogleCloudDialogflowV2beta1IntentMessageSimpleResponseResponse

    DisplayText string
    Optional. The text to display.
    Ssml string
    One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech.
    TextToSpeech string
    One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.
    DisplayText string
    Optional. The text to display.
    Ssml string
    One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech.
    TextToSpeech string
    One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.
    displayText String
    Optional. The text to display.
    ssml String
    One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech.
    textToSpeech String
    One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.
    displayText string
    Optional. The text to display.
    ssml string
    One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech.
    textToSpeech string
    One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.
    display_text str
    Optional. The text to display.
    ssml str
    One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech.
    text_to_speech str
    One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.
    displayText String
    Optional. The text to display.
    ssml String
    One of text_to_speech or ssml must be provided. Structured spoken response to the user in the SSML format. Mutually exclusive with text_to_speech.
    textToSpeech String
    One of text_to_speech or ssml must be provided. The plain text of the speech output. Mutually exclusive with ssml.

    GoogleCloudDialogflowV2beta1IntentMessageSimpleResponsesResponse

    simpleResponses List<Property Map>
    The list of simple responses.

    GoogleCloudDialogflowV2beta1IntentMessageSuggestionResponse

    Title string
    The text shown the in the suggestion chip.
    Title string
    The text shown the in the suggestion chip.
    title String
    The text shown the in the suggestion chip.
    title string
    The text shown the in the suggestion chip.
    title str
    The text shown the in the suggestion chip.
    title String
    The text shown the in the suggestion chip.

    GoogleCloudDialogflowV2beta1IntentMessageSuggestionsResponse

    suggestions List<Property Map>
    The list of suggested replies.

    GoogleCloudDialogflowV2beta1IntentMessageTableCardCellResponse

    Text string
    Text in this cell.
    Text string
    Text in this cell.
    text String
    Text in this cell.
    text string
    Text in this cell.
    text str
    Text in this cell.
    text String
    Text in this cell.

    GoogleCloudDialogflowV2beta1IntentMessageTableCardResponse

    Buttons []GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonResponse
    Optional. List of buttons for the card.
    ColumnProperties []GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesResponse
    Optional. Display properties for the columns in this table.
    Image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Image which should be displayed on the card.
    Rows []GoogleCloudDialogflowV2beta1IntentMessageTableCardRowResponse
    Optional. Rows in this table of data.
    Subtitle string
    Optional. Subtitle to the title.
    Title string
    Title of the card.
    buttons List<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonResponse>
    Optional. List of buttons for the card.
    columnProperties List<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesResponse>
    Optional. Display properties for the columns in this table.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Image which should be displayed on the card.
    rows List<GoogleCloudDialogflowV2beta1IntentMessageTableCardRowResponse>
    Optional. Rows in this table of data.
    subtitle String
    Optional. Subtitle to the title.
    title String
    Title of the card.
    buttons GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonResponse[]
    Optional. List of buttons for the card.
    columnProperties GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesResponse[]
    Optional. Display properties for the columns in this table.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Image which should be displayed on the card.
    rows GoogleCloudDialogflowV2beta1IntentMessageTableCardRowResponse[]
    Optional. Rows in this table of data.
    subtitle string
    Optional. Subtitle to the title.
    title string
    Title of the card.
    buttons Sequence[GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonResponse]
    Optional. List of buttons for the card.
    column_properties Sequence[GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesResponse]
    Optional. Display properties for the columns in this table.
    image GoogleCloudDialogflowV2beta1IntentMessageImageResponse
    Optional. Image which should be displayed on the card.
    rows Sequence[GoogleCloudDialogflowV2beta1IntentMessageTableCardRowResponse]
    Optional. Rows in this table of data.
    subtitle str
    Optional. Subtitle to the title.
    title str
    Title of the card.
    buttons List<Property Map>
    Optional. List of buttons for the card.
    columnProperties List<Property Map>
    Optional. Display properties for the columns in this table.
    image Property Map
    Optional. Image which should be displayed on the card.
    rows List<Property Map>
    Optional. Rows in this table of data.
    subtitle String
    Optional. Subtitle to the title.
    title String
    Title of the card.

    GoogleCloudDialogflowV2beta1IntentMessageTableCardRowResponse

    Cells List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentMessageTableCardCellResponse>
    Optional. List of cells that make up this row.
    DividerAfter bool
    Optional. Whether to add a visual divider after this row.
    Cells []GoogleCloudDialogflowV2beta1IntentMessageTableCardCellResponse
    Optional. List of cells that make up this row.
    DividerAfter bool
    Optional. Whether to add a visual divider after this row.
    cells List<GoogleCloudDialogflowV2beta1IntentMessageTableCardCellResponse>
    Optional. List of cells that make up this row.
    dividerAfter Boolean
    Optional. Whether to add a visual divider after this row.
    cells GoogleCloudDialogflowV2beta1IntentMessageTableCardCellResponse[]
    Optional. List of cells that make up this row.
    dividerAfter boolean
    Optional. Whether to add a visual divider after this row.
    cells Sequence[GoogleCloudDialogflowV2beta1IntentMessageTableCardCellResponse]
    Optional. List of cells that make up this row.
    divider_after bool
    Optional. Whether to add a visual divider after this row.
    cells List<Property Map>
    Optional. List of cells that make up this row.
    dividerAfter Boolean
    Optional. Whether to add a visual divider after this row.

    GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudioResponse

    AudioUri string
    URI to a Google Cloud Storage object containing the audio to play, e.g., "gs://bucket/object". The object must contain a single channel (mono) of linear PCM audio (2 bytes / sample) at 8kHz. This object must be readable by the service-@gcp-sa-dialogflow.iam.gserviceaccount.com service account where is the number of the Telephony Gateway project (usually the same as the Dialogflow agent project). If the Google Cloud Storage bucket is in the Telephony Gateway project, this permission is added by default when enabling the Dialogflow V2 API. For audio from other sources, consider using the TelephonySynthesizeSpeech message with SSML.
    AudioUri string
    URI to a Google Cloud Storage object containing the audio to play, e.g., "gs://bucket/object". The object must contain a single channel (mono) of linear PCM audio (2 bytes / sample) at 8kHz. This object must be readable by the service-@gcp-sa-dialogflow.iam.gserviceaccount.com service account where is the number of the Telephony Gateway project (usually the same as the Dialogflow agent project). If the Google Cloud Storage bucket is in the Telephony Gateway project, this permission is added by default when enabling the Dialogflow V2 API. For audio from other sources, consider using the TelephonySynthesizeSpeech message with SSML.
    audioUri String
    URI to a Google Cloud Storage object containing the audio to play, e.g., "gs://bucket/object". The object must contain a single channel (mono) of linear PCM audio (2 bytes / sample) at 8kHz. This object must be readable by the service-@gcp-sa-dialogflow.iam.gserviceaccount.com service account where is the number of the Telephony Gateway project (usually the same as the Dialogflow agent project). If the Google Cloud Storage bucket is in the Telephony Gateway project, this permission is added by default when enabling the Dialogflow V2 API. For audio from other sources, consider using the TelephonySynthesizeSpeech message with SSML.
    audioUri string
    URI to a Google Cloud Storage object containing the audio to play, e.g., "gs://bucket/object". The object must contain a single channel (mono) of linear PCM audio (2 bytes / sample) at 8kHz. This object must be readable by the service-@gcp-sa-dialogflow.iam.gserviceaccount.com service account where is the number of the Telephony Gateway project (usually the same as the Dialogflow agent project). If the Google Cloud Storage bucket is in the Telephony Gateway project, this permission is added by default when enabling the Dialogflow V2 API. For audio from other sources, consider using the TelephonySynthesizeSpeech message with SSML.
    audio_uri str
    URI to a Google Cloud Storage object containing the audio to play, e.g., "gs://bucket/object". The object must contain a single channel (mono) of linear PCM audio (2 bytes / sample) at 8kHz. This object must be readable by the service-@gcp-sa-dialogflow.iam.gserviceaccount.com service account where is the number of the Telephony Gateway project (usually the same as the Dialogflow agent project). If the Google Cloud Storage bucket is in the Telephony Gateway project, this permission is added by default when enabling the Dialogflow V2 API. For audio from other sources, consider using the TelephonySynthesizeSpeech message with SSML.
    audioUri String
    URI to a Google Cloud Storage object containing the audio to play, e.g., "gs://bucket/object". The object must contain a single channel (mono) of linear PCM audio (2 bytes / sample) at 8kHz. This object must be readable by the service-@gcp-sa-dialogflow.iam.gserviceaccount.com service account where is the number of the Telephony Gateway project (usually the same as the Dialogflow agent project). If the Google Cloud Storage bucket is in the Telephony Gateway project, this permission is added by default when enabling the Dialogflow V2 API. For audio from other sources, consider using the TelephonySynthesizeSpeech message with SSML.

    GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeechResponse

    Ssml string
    The SSML to be synthesized. For more information, see SSML.
    Text string
    The raw text to be synthesized.
    Ssml string
    The SSML to be synthesized. For more information, see SSML.
    Text string
    The raw text to be synthesized.
    ssml String
    The SSML to be synthesized. For more information, see SSML.
    text String
    The raw text to be synthesized.
    ssml string
    The SSML to be synthesized. For more information, see SSML.
    text string
    The raw text to be synthesized.
    ssml str
    The SSML to be synthesized. For more information, see SSML.
    text str
    The raw text to be synthesized.
    ssml String
    The SSML to be synthesized. For more information, see SSML.
    text String
    The raw text to be synthesized.

    GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCallResponse

    PhoneNumber string
    The phone number to transfer the call to in E.164 format. We currently only allow transferring to US numbers (+1xxxyyyzzzz).
    PhoneNumber string
    The phone number to transfer the call to in E.164 format. We currently only allow transferring to US numbers (+1xxxyyyzzzz).
    phoneNumber String
    The phone number to transfer the call to in E.164 format. We currently only allow transferring to US numbers (+1xxxyyyzzzz).
    phoneNumber string
    The phone number to transfer the call to in E.164 format. We currently only allow transferring to US numbers (+1xxxyyyzzzz).
    phone_number str
    The phone number to transfer the call to in E.164 format. We currently only allow transferring to US numbers (+1xxxyyyzzzz).
    phoneNumber String
    The phone number to transfer the call to in E.164 format. We currently only allow transferring to US numbers (+1xxxyyyzzzz).

    GoogleCloudDialogflowV2beta1IntentMessageTextResponse

    Text List<string>
    Optional. The collection of the agent's responses.
    Text []string
    Optional. The collection of the agent's responses.
    text List<String>
    Optional. The collection of the agent's responses.
    text string[]
    Optional. The collection of the agent's responses.
    text Sequence[str]
    Optional. The collection of the agent's responses.
    text List<String>
    Optional. The collection of the agent's responses.

    GoogleCloudDialogflowV2beta1IntentParameterResponse

    DefaultValue string
    Optional. The default value to use when the value yields an empty result. Default values can be extracted from contexts by using the following syntax: #context_name.parameter_name.
    DisplayName string
    The name of the parameter.
    EntityTypeDisplayName string
    Optional. The name of the entity type, prefixed with @, that describes values of the parameter. If the parameter is required, this must be provided.
    IsList bool
    Optional. Indicates whether the parameter represents a list of values.
    Mandatory bool
    Optional. Indicates whether the parameter is required. That is, whether the intent cannot be completed without collecting the parameter value.
    Name string
    The unique identifier of this parameter.
    Prompts List<string>
    Optional. The collection of prompts that the agent can present to the user in order to collect a value for the parameter.
    Value string
    Optional. The definition of the parameter value. It can be: - a constant string, - a parameter value defined as $parameter_name, - an original parameter value defined as $parameter_name.original, - a parameter value from some context defined as #context_name.parameter_name.
    DefaultValue string
    Optional. The default value to use when the value yields an empty result. Default values can be extracted from contexts by using the following syntax: #context_name.parameter_name.
    DisplayName string
    The name of the parameter.
    EntityTypeDisplayName string
    Optional. The name of the entity type, prefixed with @, that describes values of the parameter. If the parameter is required, this must be provided.
    IsList bool
    Optional. Indicates whether the parameter represents a list of values.
    Mandatory bool
    Optional. Indicates whether the parameter is required. That is, whether the intent cannot be completed without collecting the parameter value.
    Name string
    The unique identifier of this parameter.
    Prompts []string
    Optional. The collection of prompts that the agent can present to the user in order to collect a value for the parameter.
    Value string
    Optional. The definition of the parameter value. It can be: - a constant string, - a parameter value defined as $parameter_name, - an original parameter value defined as $parameter_name.original, - a parameter value from some context defined as #context_name.parameter_name.
    defaultValue String
    Optional. The default value to use when the value yields an empty result. Default values can be extracted from contexts by using the following syntax: #context_name.parameter_name.
    displayName String
    The name of the parameter.
    entityTypeDisplayName String
    Optional. The name of the entity type, prefixed with @, that describes values of the parameter. If the parameter is required, this must be provided.
    isList Boolean
    Optional. Indicates whether the parameter represents a list of values.
    mandatory Boolean
    Optional. Indicates whether the parameter is required. That is, whether the intent cannot be completed without collecting the parameter value.
    name String
    The unique identifier of this parameter.
    prompts List<String>
    Optional. The collection of prompts that the agent can present to the user in order to collect a value for the parameter.
    value String
    Optional. The definition of the parameter value. It can be: - a constant string, - a parameter value defined as $parameter_name, - an original parameter value defined as $parameter_name.original, - a parameter value from some context defined as #context_name.parameter_name.
    defaultValue string
    Optional. The default value to use when the value yields an empty result. Default values can be extracted from contexts by using the following syntax: #context_name.parameter_name.
    displayName string
    The name of the parameter.
    entityTypeDisplayName string
    Optional. The name of the entity type, prefixed with @, that describes values of the parameter. If the parameter is required, this must be provided.
    isList boolean
    Optional. Indicates whether the parameter represents a list of values.
    mandatory boolean
    Optional. Indicates whether the parameter is required. That is, whether the intent cannot be completed without collecting the parameter value.
    name string
    The unique identifier of this parameter.
    prompts string[]
    Optional. The collection of prompts that the agent can present to the user in order to collect a value for the parameter.
    value string
    Optional. The definition of the parameter value. It can be: - a constant string, - a parameter value defined as $parameter_name, - an original parameter value defined as $parameter_name.original, - a parameter value from some context defined as #context_name.parameter_name.
    default_value str
    Optional. The default value to use when the value yields an empty result. Default values can be extracted from contexts by using the following syntax: #context_name.parameter_name.
    display_name str
    The name of the parameter.
    entity_type_display_name str
    Optional. The name of the entity type, prefixed with @, that describes values of the parameter. If the parameter is required, this must be provided.
    is_list bool
    Optional. Indicates whether the parameter represents a list of values.
    mandatory bool
    Optional. Indicates whether the parameter is required. That is, whether the intent cannot be completed without collecting the parameter value.
    name str
    The unique identifier of this parameter.
    prompts Sequence[str]
    Optional. The collection of prompts that the agent can present to the user in order to collect a value for the parameter.
    value str
    Optional. The definition of the parameter value. It can be: - a constant string, - a parameter value defined as $parameter_name, - an original parameter value defined as $parameter_name.original, - a parameter value from some context defined as #context_name.parameter_name.
    defaultValue String
    Optional. The default value to use when the value yields an empty result. Default values can be extracted from contexts by using the following syntax: #context_name.parameter_name.
    displayName String
    The name of the parameter.
    entityTypeDisplayName String
    Optional. The name of the entity type, prefixed with @, that describes values of the parameter. If the parameter is required, this must be provided.
    isList Boolean
    Optional. Indicates whether the parameter represents a list of values.
    mandatory Boolean
    Optional. Indicates whether the parameter is required. That is, whether the intent cannot be completed without collecting the parameter value.
    name String
    The unique identifier of this parameter.
    prompts List<String>
    Optional. The collection of prompts that the agent can present to the user in order to collect a value for the parameter.
    value String
    Optional. The definition of the parameter value. It can be: - a constant string, - a parameter value defined as $parameter_name, - an original parameter value defined as $parameter_name.original, - a parameter value from some context defined as #context_name.parameter_name.

    GoogleCloudDialogflowV2beta1IntentTrainingPhrasePartResponse

    Alias string
    Optional. The parameter name for the value extracted from the annotated part of the example. This field is required for annotated parts of the training phrase.
    EntityType string
    Optional. The entity type name prefixed with @. This field is required for annotated parts of the training phrase.
    Text string
    The text for this part.
    UserDefined bool
    Optional. Indicates whether the text was manually annotated. This field is set to true when the Dialogflow Console is used to manually annotate the part. When creating an annotated part with the API, you must set this to true.
    Alias string
    Optional. The parameter name for the value extracted from the annotated part of the example. This field is required for annotated parts of the training phrase.
    EntityType string
    Optional. The entity type name prefixed with @. This field is required for annotated parts of the training phrase.
    Text string
    The text for this part.
    UserDefined bool
    Optional. Indicates whether the text was manually annotated. This field is set to true when the Dialogflow Console is used to manually annotate the part. When creating an annotated part with the API, you must set this to true.
    alias String
    Optional. The parameter name for the value extracted from the annotated part of the example. This field is required for annotated parts of the training phrase.
    entityType String
    Optional. The entity type name prefixed with @. This field is required for annotated parts of the training phrase.
    text String
    The text for this part.
    userDefined Boolean
    Optional. Indicates whether the text was manually annotated. This field is set to true when the Dialogflow Console is used to manually annotate the part. When creating an annotated part with the API, you must set this to true.
    alias string
    Optional. The parameter name for the value extracted from the annotated part of the example. This field is required for annotated parts of the training phrase.
    entityType string
    Optional. The entity type name prefixed with @. This field is required for annotated parts of the training phrase.
    text string
    The text for this part.
    userDefined boolean
    Optional. Indicates whether the text was manually annotated. This field is set to true when the Dialogflow Console is used to manually annotate the part. When creating an annotated part with the API, you must set this to true.
    alias str
    Optional. The parameter name for the value extracted from the annotated part of the example. This field is required for annotated parts of the training phrase.
    entity_type str
    Optional. The entity type name prefixed with @. This field is required for annotated parts of the training phrase.
    text str
    The text for this part.
    user_defined bool
    Optional. Indicates whether the text was manually annotated. This field is set to true when the Dialogflow Console is used to manually annotate the part. When creating an annotated part with the API, you must set this to true.
    alias String
    Optional. The parameter name for the value extracted from the annotated part of the example. This field is required for annotated parts of the training phrase.
    entityType String
    Optional. The entity type name prefixed with @. This field is required for annotated parts of the training phrase.
    text String
    The text for this part.
    userDefined Boolean
    Optional. Indicates whether the text was manually annotated. This field is set to true when the Dialogflow Console is used to manually annotate the part. When creating an annotated part with the API, you must set this to true.

    GoogleCloudDialogflowV2beta1IntentTrainingPhraseResponse

    Name string
    The unique identifier of this training phrase.
    Parts List<Pulumi.GoogleNative.Dialogflow.V2Beta1.Inputs.GoogleCloudDialogflowV2beta1IntentTrainingPhrasePartResponse>
    The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the entity_type, alias, and user_defined fields are all set.
    TimesAddedCount int
    Optional. Indicates how many times this example was added to the intent. Each time a developer adds an existing sample by editing an intent or training, this counter is increased.
    Type string
    The type of the training phrase.
    Name string
    The unique identifier of this training phrase.
    Parts []GoogleCloudDialogflowV2beta1IntentTrainingPhrasePartResponse
    The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the entity_type, alias, and user_defined fields are all set.
    TimesAddedCount int
    Optional. Indicates how many times this example was added to the intent. Each time a developer adds an existing sample by editing an intent or training, this counter is increased.
    Type string
    The type of the training phrase.
    name String
    The unique identifier of this training phrase.
    parts List<GoogleCloudDialogflowV2beta1IntentTrainingPhrasePartResponse>
    The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the entity_type, alias, and user_defined fields are all set.
    timesAddedCount Integer
    Optional. Indicates how many times this example was added to the intent. Each time a developer adds an existing sample by editing an intent or training, this counter is increased.
    type String
    The type of the training phrase.
    name string
    The unique identifier of this training phrase.
    parts GoogleCloudDialogflowV2beta1IntentTrainingPhrasePartResponse[]
    The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the entity_type, alias, and user_defined fields are all set.
    timesAddedCount number
    Optional. Indicates how many times this example was added to the intent. Each time a developer adds an existing sample by editing an intent or training, this counter is increased.
    type string
    The type of the training phrase.
    name str
    The unique identifier of this training phrase.
    parts Sequence[GoogleCloudDialogflowV2beta1IntentTrainingPhrasePartResponse]
    The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the entity_type, alias, and user_defined fields are all set.
    times_added_count int
    Optional. Indicates how many times this example was added to the intent. Each time a developer adds an existing sample by editing an intent or training, this counter is increased.
    type str
    The type of the training phrase.
    name String
    The unique identifier of this training phrase.
    parts List<Property Map>
    The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.text is set to a part of the phrase that has no parameters. - Part.text is set to a part of the phrase that you want to annotate, and the entity_type, alias, and user_defined fields are all set.
    timesAddedCount Number
    Optional. Indicates how many times this example was added to the intent. Each time a developer adds an existing sample by editing an intent or training, this counter is increased.
    type String
    The type of the training phrase.

    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