1. Packages
  2. Google Cloud Native
  3. API Docs
  4. dialogflow
  5. dialogflow/v3beta1
  6. getTransitionRouteGroup

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/v3beta1.getTransitionRouteGroup

Explore with Pulumi AI

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

Using getTransitionRouteGroup

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 getTransitionRouteGroup(args: GetTransitionRouteGroupArgs, opts?: InvokeOptions): Promise<GetTransitionRouteGroupResult>
function getTransitionRouteGroupOutput(args: GetTransitionRouteGroupOutputArgs, opts?: InvokeOptions): Output<GetTransitionRouteGroupResult>
Copy
def get_transition_route_group(agent_id: Optional[str] = None,
                               flow_id: Optional[str] = None,
                               language_code: Optional[str] = None,
                               location: Optional[str] = None,
                               project: Optional[str] = None,
                               transition_route_group_id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetTransitionRouteGroupResult
def get_transition_route_group_output(agent_id: Optional[pulumi.Input[str]] = None,
                               flow_id: Optional[pulumi.Input[str]] = None,
                               language_code: Optional[pulumi.Input[str]] = None,
                               location: Optional[pulumi.Input[str]] = None,
                               project: Optional[pulumi.Input[str]] = None,
                               transition_route_group_id: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetTransitionRouteGroupResult]
Copy
func LookupTransitionRouteGroup(ctx *Context, args *LookupTransitionRouteGroupArgs, opts ...InvokeOption) (*LookupTransitionRouteGroupResult, error)
func LookupTransitionRouteGroupOutput(ctx *Context, args *LookupTransitionRouteGroupOutputArgs, opts ...InvokeOption) LookupTransitionRouteGroupResultOutput
Copy

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

public static class GetTransitionRouteGroup 
{
    public static Task<GetTransitionRouteGroupResult> InvokeAsync(GetTransitionRouteGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetTransitionRouteGroupResult> Invoke(GetTransitionRouteGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetTransitionRouteGroupResult> getTransitionRouteGroup(GetTransitionRouteGroupArgs args, InvokeOptions options)
public static Output<GetTransitionRouteGroupResult> getTransitionRouteGroup(GetTransitionRouteGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:dialogflow/v3beta1:getTransitionRouteGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AgentId This property is required. string
FlowId This property is required. string
Location This property is required. string
TransitionRouteGroupId This property is required. string
LanguageCode string
Project string
AgentId This property is required. string
FlowId This property is required. string
Location This property is required. string
TransitionRouteGroupId This property is required. string
LanguageCode string
Project string
agentId This property is required. String
flowId This property is required. String
location This property is required. String
transitionRouteGroupId This property is required. String
languageCode String
project String
agentId This property is required. string
flowId This property is required. string
location This property is required. string
transitionRouteGroupId This property is required. string
languageCode string
project string
agent_id This property is required. str
flow_id This property is required. str
location This property is required. str
transition_route_group_id This property is required. str
language_code str
project str
agentId This property is required. String
flowId This property is required. String
location This property is required. String
transitionRouteGroupId This property is required. String
languageCode String
project String

getTransitionRouteGroup Result

The following output properties are available:

DisplayName string
The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
Name string
The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
TransitionRoutes List<Pulumi.GoogleNative.Dialogflow.V3Beta1.Outputs.GoogleCloudDialogflowCxV3beta1TransitionRouteResponse>
Transition routes associated with the TransitionRouteGroup.
DisplayName string
The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
Name string
The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
TransitionRoutes []GoogleCloudDialogflowCxV3beta1TransitionRouteResponse
Transition routes associated with the TransitionRouteGroup.
displayName String
The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
name String
The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
transitionRoutes List<GoogleCloudDialogflowCxV3beta1TransitionRouteResponse>
Transition routes associated with the TransitionRouteGroup.
displayName string
The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
name string
The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
transitionRoutes GoogleCloudDialogflowCxV3beta1TransitionRouteResponse[]
Transition routes associated with the TransitionRouteGroup.
display_name str
The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
name str
The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
transition_routes Sequence[GoogleCloudDialogflowCxV3beta1TransitionRouteResponse]
Transition routes associated with the TransitionRouteGroup.
displayName String
The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
name String
The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
transitionRoutes List<Property Map>
Transition routes associated with the TransitionRouteGroup.

Supporting Types

GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse

Enabled This property is required. bool
If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
FinishDigit This property is required. string
The digit that terminates a DTMF digit sequence.
MaxDigits This property is required. int
Max length of DTMF digits.
Enabled This property is required. bool
If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
FinishDigit This property is required. string
The digit that terminates a DTMF digit sequence.
MaxDigits This property is required. int
Max length of DTMF digits.
enabled This property is required. Boolean
If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
finishDigit This property is required. String
The digit that terminates a DTMF digit sequence.
maxDigits This property is required. Integer
Max length of DTMF digits.
enabled This property is required. boolean
If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
finishDigit This property is required. string
The digit that terminates a DTMF digit sequence.
maxDigits This property is required. number
Max length of DTMF digits.
enabled This property is required. bool
If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
finish_digit This property is required. str
The digit that terminates a DTMF digit sequence.
max_digits This property is required. int
Max length of DTMF digits.
enabled This property is required. Boolean
If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
finishDigit This property is required. String
The digit that terminates a DTMF digit sequence.
maxDigits This property is required. Number
Max length of DTMF digits.

GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse

EnableInteractionLogging This property is required. bool
If true, DF Interaction logging is currently enabled.
EnableStackdriverLogging This property is required. bool
If true, StackDriver logging is currently enabled.
EnableInteractionLogging This property is required. bool
If true, DF Interaction logging is currently enabled.
EnableStackdriverLogging This property is required. bool
If true, StackDriver logging is currently enabled.
enableInteractionLogging This property is required. Boolean
If true, DF Interaction logging is currently enabled.
enableStackdriverLogging This property is required. Boolean
If true, StackDriver logging is currently enabled.
enableInteractionLogging This property is required. boolean
If true, DF Interaction logging is currently enabled.
enableStackdriverLogging This property is required. boolean
If true, StackDriver logging is currently enabled.
enable_interaction_logging This property is required. bool
If true, DF Interaction logging is currently enabled.
enable_stackdriver_logging This property is required. bool
If true, StackDriver logging is currently enabled.
enableInteractionLogging This property is required. Boolean
If true, DF Interaction logging is currently enabled.
enableStackdriverLogging This property is required. Boolean
If true, StackDriver logging is currently enabled.

GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse

AudioExportGcsDestination This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
DtmfSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
LoggingSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
AudioExportGcsDestination This property is required. GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
DtmfSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
LoggingSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audioExportGcsDestination This property is required. GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
dtmfSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
loggingSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audioExportGcsDestination This property is required. GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
dtmfSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
loggingSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audio_export_gcs_destination This property is required. GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
dtmf_settings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
logging_settings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audioExportGcsDestination This property is required. Property Map
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
dtmfSettings This property is required. Property Map
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
loggingSettings This property is required. Property Map
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.

GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentResponse

AdditionalCases This property is required. GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse
Additional cases to be evaluated.
Message This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageResponse
Returned message.
additionalCases This property is required. GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse
Additional cases to be evaluated.
message This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageResponse
Returned message.
additionalCases This property is required. GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse
Additional cases to be evaluated.
message This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageResponse
Returned message.
additional_cases This property is required. GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse
Additional cases to be evaluated.
message This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageResponse
Returned message.
additionalCases This property is required. Property Map
Additional cases to be evaluated.
message This property is required. Property Map
Returned message.

GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseResponse

CaseContent This property is required. List<Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentResponse>
A list of case content.
Condition This property is required. string
The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
CaseContent This property is required. []GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentResponse
A list of case content.
Condition This property is required. string
The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
caseContent This property is required. List<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentResponse>
A list of case content.
condition This property is required. String
The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
caseContent This property is required. GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentResponse[]
A list of case content.
condition This property is required. string
The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
case_content This property is required. Sequence[GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentResponse]
A list of case content.
condition This property is required. str
The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
caseContent This property is required. List<Property Map>
A list of case content.
condition This property is required. String
The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.

GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse

Cases This property is required. []GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseResponse
A list of cascading if-else conditions.
cases This property is required. List<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseResponse>
A list of cascading if-else conditions.
cases This property is required. GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseResponse[]
A list of cascading if-else conditions.
cases This property is required. Sequence[GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseResponse]
A list of cascading if-else conditions.
cases This property is required. List<Property Map>
A list of cascading if-else conditions.

GoogleCloudDialogflowCxV3beta1FulfillmentResponse

AdvancedSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
ConditionalCases This property is required. List<Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse>
Conditional cases for this fulfillment.
EnableGenerativeFallback This property is required. bool
If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
Messages This property is required. List<Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageResponse>
The list of rich message responses to present to the user.
ReturnPartialResponses This property is required. bool
Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
SetParameterActions This property is required. List<Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionResponse>
Set parameter values before executing the webhook.
Tag This property is required. string
The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
Webhook This property is required. string
The webhook to call. Format: projects//locations//agents//webhooks/.
AdvancedSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
ConditionalCases This property is required. []GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse
Conditional cases for this fulfillment.
EnableGenerativeFallback This property is required. bool
If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
Messages This property is required. []GoogleCloudDialogflowCxV3beta1ResponseMessageResponse
The list of rich message responses to present to the user.
ReturnPartialResponses This property is required. bool
Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
SetParameterActions This property is required. []GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionResponse
Set parameter values before executing the webhook.
Tag This property is required. string
The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
Webhook This property is required. string
The webhook to call. Format: projects//locations//agents//webhooks/.
advancedSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
conditionalCases This property is required. List<GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse>
Conditional cases for this fulfillment.
enableGenerativeFallback This property is required. Boolean
If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
messages This property is required. List<GoogleCloudDialogflowCxV3beta1ResponseMessageResponse>
The list of rich message responses to present to the user.
returnPartialResponses This property is required. Boolean
Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
setParameterActions This property is required. List<GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionResponse>
Set parameter values before executing the webhook.
tag This property is required. String
The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
webhook This property is required. String
The webhook to call. Format: projects//locations//agents//webhooks/.
advancedSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
conditionalCases This property is required. GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse[]
Conditional cases for this fulfillment.
enableGenerativeFallback This property is required. boolean
If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
messages This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageResponse[]
The list of rich message responses to present to the user.
returnPartialResponses This property is required. boolean
Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
setParameterActions This property is required. GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionResponse[]
Set parameter values before executing the webhook.
tag This property is required. string
The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
webhook This property is required. string
The webhook to call. Format: projects//locations//agents//webhooks/.
advanced_settings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
conditional_cases This property is required. Sequence[GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse]
Conditional cases for this fulfillment.
enable_generative_fallback This property is required. bool
If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
messages This property is required. Sequence[GoogleCloudDialogflowCxV3beta1ResponseMessageResponse]
The list of rich message responses to present to the user.
return_partial_responses This property is required. bool
Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
set_parameter_actions This property is required. Sequence[GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionResponse]
Set parameter values before executing the webhook.
tag This property is required. str
The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
webhook This property is required. str
The webhook to call. Format: projects//locations//agents//webhooks/.
advancedSettings This property is required. Property Map
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
conditionalCases This property is required. List<Property Map>
Conditional cases for this fulfillment.
enableGenerativeFallback This property is required. Boolean
If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
messages This property is required. List<Property Map>
The list of rich message responses to present to the user.
returnPartialResponses This property is required. Boolean
Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
setParameterActions This property is required. List<Property Map>
Set parameter values before executing the webhook.
tag This property is required. String
The value of this field will be populated in the WebhookRequest fulfillmentInfo.tag field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes. This field is required if webhook is specified.
webhook This property is required. String
The webhook to call. Format: projects//locations//agents//webhooks/.

GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionResponse

Parameter This property is required. string
Display name of the parameter.
Value This property is required. object
The new value of the parameter. A null value clears the parameter.
Parameter This property is required. string
Display name of the parameter.
Value This property is required. interface{}
The new value of the parameter. A null value clears the parameter.
parameter This property is required. String
Display name of the parameter.
value This property is required. Object
The new value of the parameter. A null value clears the parameter.
parameter This property is required. string
Display name of the parameter.
value This property is required. any
The new value of the parameter. A null value clears the parameter.
parameter This property is required. str
Display name of the parameter.
value This property is required. Any
The new value of the parameter. A null value clears the parameter.
parameter This property is required. String
Display name of the parameter.
value This property is required. Any
The new value of the parameter. A null value clears the parameter.

GoogleCloudDialogflowCxV3beta1GcsDestinationResponse

Uri This property is required. string
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
Uri This property is required. string
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
uri This property is required. String
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
uri This property is required. string
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
uri This property is required. str
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
uri This property is required. String
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.

GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessResponse

Metadata This property is required. Dictionary<string, string>
Custom metadata. Dialogflow doesn't impose any structure on this.
Metadata This property is required. map[string]string
Custom metadata. Dialogflow doesn't impose any structure on this.
metadata This property is required. Map<String,String>
Custom metadata. Dialogflow doesn't impose any structure on this.
metadata This property is required. {[key: string]: string}
Custom metadata. Dialogflow doesn't impose any structure on this.
metadata This property is required. Mapping[str, str]
Custom metadata. Dialogflow doesn't impose any structure on this.
metadata This property is required. Map<String>
Custom metadata. Dialogflow doesn't impose any structure on this.

GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffResponse

Metadata This property is required. Dictionary<string, string>
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
Metadata This property is required. map[string]string
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
metadata This property is required. Map<String,String>
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
metadata This property is required. {[key: string]: string}
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
metadata This property is required. Mapping[str, str]
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
metadata This property is required. Map<String>
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.

GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioResponse

Segments This property is required. []GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegmentResponse
Segments this audio response is composed of.
segments This property is required. List<GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegmentResponse>
Segments this audio response is composed of.
segments This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegmentResponse[]
Segments this audio response is composed of.
segments This property is required. Sequence[GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegmentResponse]
Segments this audio response is composed of.
segments This property is required. List<Property Map>
Segments this audio response is composed of.

GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegmentResponse

AllowPlaybackInterruption This property is required. bool
Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
Audio This property is required. string
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
Uri This property is required. string
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
AllowPlaybackInterruption This property is required. bool
Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
Audio This property is required. string
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
Uri This property is required. string
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
allowPlaybackInterruption This property is required. Boolean
Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
audio This property is required. String
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
uri This property is required. String
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
allowPlaybackInterruption This property is required. boolean
Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
audio This property is required. string
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
uri This property is required. string
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
allow_playback_interruption This property is required. bool
Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
audio This property is required. str
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
uri This property is required. str
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
allowPlaybackInterruption This property is required. Boolean
Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
audio This property is required. String
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
uri This property is required. String
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.

GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponse

AllowPlaybackInterruption This property is required. bool
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
Ssml This property is required. string
The SSML text to be synthesized. For more information, see SSML.
Text This property is required. string
The raw text to be synthesized.
AllowPlaybackInterruption This property is required. bool
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
Ssml This property is required. string
The SSML text to be synthesized. For more information, see SSML.
Text This property is required. string
The raw text to be synthesized.
allowPlaybackInterruption This property is required. Boolean
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
ssml This property is required. String
The SSML text to be synthesized. For more information, see SSML.
text This property is required. String
The raw text to be synthesized.
allowPlaybackInterruption This property is required. boolean
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
ssml This property is required. string
The SSML text to be synthesized. For more information, see SSML.
text This property is required. string
The raw text to be synthesized.
allow_playback_interruption This property is required. bool
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
ssml This property is required. str
The SSML text to be synthesized. For more information, see SSML.
text This property is required. str
The raw text to be synthesized.
allowPlaybackInterruption This property is required. Boolean
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
ssml This property is required. String
The SSML text to be synthesized. For more information, see SSML.
text This property is required. String
The raw text to be synthesized.

GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioResponse

AllowPlaybackInterruption This property is required. bool
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
AudioUri This property is required. string
URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
AllowPlaybackInterruption This property is required. bool
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
AudioUri This property is required. string
URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
allowPlaybackInterruption This property is required. Boolean
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
audioUri This property is required. String
URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
allowPlaybackInterruption This property is required. boolean
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
audioUri This property is required. string
URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
allow_playback_interruption This property is required. bool
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
audio_uri This property is required. str
URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
allowPlaybackInterruption This property is required. Boolean
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
audioUri This property is required. String
URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.

GoogleCloudDialogflowCxV3beta1ResponseMessageResponse

Channel This property is required. string
The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
ConversationSuccess This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
EndInteraction This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteractionResponse
A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
KnowledgeInfoCard This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
LiveAgentHandoff This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
MixedAudio This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioResponse
An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
OutputAudioText This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponse
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
Payload This property is required. Dictionary<string, string>
Returns a response containing a custom, platform-specific payload.
PlayAudio This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioResponse
Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
TelephonyTransferCall This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
Text This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponse
Returns a text response.
Channel This property is required. string
The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
ConversationSuccess This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
EndInteraction This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteractionResponse
A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
KnowledgeInfoCard This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
LiveAgentHandoff This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
MixedAudio This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioResponse
An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
OutputAudioText This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponse
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
Payload This property is required. map[string]string
Returns a response containing a custom, platform-specific payload.
PlayAudio This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioResponse
Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
TelephonyTransferCall This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
Text This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponse
Returns a text response.
channel This property is required. String
The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
conversationSuccess This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
endInteraction This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteractionResponse
A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
knowledgeInfoCard This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
liveAgentHandoff This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
mixedAudio This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioResponse
An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
outputAudioText This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponse
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
payload This property is required. Map<String,String>
Returns a response containing a custom, platform-specific payload.
playAudio This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioResponse
Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
telephonyTransferCall This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
text This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponse
Returns a text response.
channel This property is required. string
The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
conversationSuccess This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
endInteraction This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteractionResponse
A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
knowledgeInfoCard This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
liveAgentHandoff This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
mixedAudio This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioResponse
An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
outputAudioText This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponse
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
payload This property is required. {[key: string]: string}
Returns a response containing a custom, platform-specific payload.
playAudio This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioResponse
Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
telephonyTransferCall This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
text This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponse
Returns a text response.
channel This property is required. str
The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
conversation_success This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
end_interaction This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteractionResponse
A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
knowledge_info_card This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
live_agent_handoff This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
mixed_audio This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioResponse
An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
output_audio_text This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponse
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
payload This property is required. Mapping[str, str]
Returns a response containing a custom, platform-specific payload.
play_audio This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioResponse
Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
telephony_transfer_call This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
text This property is required. GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponse
Returns a text response.
channel This property is required. String
The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
conversationSuccess This property is required. Property Map
Indicates that the conversation succeeded.
endInteraction This property is required. Property Map
A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSION page. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
knowledgeInfoCard This property is required. Property Map
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
liveAgentHandoff This property is required. Property Map
Hands off conversation to a human agent.
mixedAudio This property is required. Property Map
An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
outputAudioText This property is required. Property Map
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
payload This property is required. Map<String>
Returns a response containing a custom, platform-specific payload.
playAudio This property is required. Property Map
Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
telephonyTransferCall This property is required. Property Map
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
text This property is required. Property Map
Returns a text response.

GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallResponse

PhoneNumber This property is required. string
Transfer the call to a phone number in E.164 format.
PhoneNumber This property is required. string
Transfer the call to a phone number in E.164 format.
phoneNumber This property is required. String
Transfer the call to a phone number in E.164 format.
phoneNumber This property is required. string
Transfer the call to a phone number in E.164 format.
phone_number This property is required. str
Transfer the call to a phone number in E.164 format.
phoneNumber This property is required. String
Transfer the call to a phone number in E.164 format.

GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponse

AllowPlaybackInterruption This property is required. bool
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
Text This property is required. List<string>
A collection of text responses.
AllowPlaybackInterruption This property is required. bool
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
Text This property is required. []string
A collection of text responses.
allowPlaybackInterruption This property is required. Boolean
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
text This property is required. List<String>
A collection of text responses.
allowPlaybackInterruption This property is required. boolean
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
text This property is required. string[]
A collection of text responses.
allow_playback_interruption This property is required. bool
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
text This property is required. Sequence[str]
A collection of text responses.
allowPlaybackInterruption This property is required. Boolean
Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
text This property is required. List<String>
A collection of text responses.

GoogleCloudDialogflowCxV3beta1TransitionRouteResponse

Condition This property is required. string
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
Description This property is required. string
Optional. The description of the transition route. The maximum length is 500 characters.
Intent This property is required. string
The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
Name This property is required. string
The unique identifier of this transition route.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentResponse
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
Condition This property is required. string
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
Description This property is required. string
Optional. The description of the transition route. The maximum length is 500 characters.
Intent This property is required. string
The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
Name This property is required. string
The unique identifier of this transition route.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. GoogleCloudDialogflowCxV3beta1FulfillmentResponse
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
condition This property is required. String
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
description This property is required. String
Optional. The description of the transition route. The maximum length is 500 characters.
intent This property is required. String
The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
name This property is required. String
The unique identifier of this transition route.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. GoogleCloudDialogflowCxV3beta1FulfillmentResponse
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
condition This property is required. string
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
description This property is required. string
Optional. The description of the transition route. The maximum length is 500 characters.
intent This property is required. string
The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
name This property is required. string
The unique identifier of this transition route.
targetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. GoogleCloudDialogflowCxV3beta1FulfillmentResponse
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
condition This property is required. str
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
description This property is required. str
Optional. The description of the transition route. The maximum length is 500 characters.
intent This property is required. str
The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
name This property is required. str
The unique identifier of this transition route.
target_flow This property is required. str
The target flow to transition to. Format: projects//locations//agents//flows/.
target_page This property is required. str
The target page to transition to. Format: projects//locations//agents//flows//pages/.
trigger_fulfillment This property is required. GoogleCloudDialogflowCxV3beta1FulfillmentResponse
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
condition This property is required. String
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
description This property is required. String
Optional. The description of the transition route. The maximum length is 500 characters.
intent This property is required. String
The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
name This property is required. String
The unique identifier of this transition route.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. Property Map
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

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