google-native.dialogflow/v3beta1.getFlow
Explore with Pulumi AI
Retrieves the specified flow.
Using getFlow
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 getFlow(args: GetFlowArgs, opts?: InvokeOptions): Promise<GetFlowResult>
function getFlowOutput(args: GetFlowOutputArgs, opts?: InvokeOptions): Output<GetFlowResult>
def get_flow(agent_id: Optional[str] = None,
flow_id: Optional[str] = None,
language_code: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFlowResult
def get_flow_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,
opts: Optional[InvokeOptions] = None) -> Output[GetFlowResult]
func LookupFlow(ctx *Context, args *LookupFlowArgs, opts ...InvokeOption) (*LookupFlowResult, error)
func LookupFlowOutput(ctx *Context, args *LookupFlowOutputArgs, opts ...InvokeOption) LookupFlowResultOutput
> Note: This function is named LookupFlow
in the Go SDK.
public static class GetFlow
{
public static Task<GetFlowResult> InvokeAsync(GetFlowArgs args, InvokeOptions? opts = null)
public static Output<GetFlowResult> Invoke(GetFlowInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFlowResult> getFlow(GetFlowArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:dialogflow/v3beta1:getFlow
arguments:
# arguments dictionary
The following arguments are supported:
- Agent
Id string - Flow
Id string - Location string
- Language
Code string - Project string
- Agent
Id string - Flow
Id string - Location string
- Language
Code string - Project string
- agent
Id String - flow
Id String - location String
- language
Code String - project String
- agent
Id string - flow
Id string - location string
- language
Code string - project string
- agent_
id str - flow_
id str - location str
- language_
code str - project str
- agent
Id String - flow
Id String - location String
- language
Code String - project String
getFlow Result
The following output properties are available:
- Description string
The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.
- Display
Name string The human-readable name of the flow.
- Event
Handlers List<Pulumi.Google Native. Dialogflow. V3Beta1. Outputs. Google Cloud Dialogflow Cx V3beta1Event Handler Response> A flow's event handlers serve two purposes: * They are responsible for handling events (e.g. no match, webhook errors) in the flow. * They are inherited by every page's event handlers, which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow. Unlike transition_routes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.
- Name string
The unique identifier of the flow. Format:
projects//locations//agents//flows/
.- Nlu
Settings Pulumi.Google Native. Dialogflow. V3Beta1. Outputs. Google Cloud Dialogflow Cx V3beta1Nlu Settings Response NLU related settings of the flow.
- Transition
Route List<string>Groups A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:
projects//locations//agents//flows//transitionRouteGroups/
.- Transition
Routes List<Pulumi.Google Native. Dialogflow. V3Beta1. Outputs. Google Cloud Dialogflow Cx V3beta1Transition Route Response> A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: * TransitionRoutes with intent specified. * TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow.
- Description string
The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.
- Display
Name string The human-readable name of the flow.
- Event
Handlers []GoogleCloud Dialogflow Cx V3beta1Event Handler Response A flow's event handlers serve two purposes: * They are responsible for handling events (e.g. no match, webhook errors) in the flow. * They are inherited by every page's event handlers, which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow. Unlike transition_routes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.
- Name string
The unique identifier of the flow. Format:
projects//locations//agents//flows/
.- Nlu
Settings GoogleCloud Dialogflow Cx V3beta1Nlu Settings Response NLU related settings of the flow.
- Transition
Route []stringGroups A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:
projects//locations//agents//flows//transitionRouteGroups/
.- Transition
Routes []GoogleCloud Dialogflow Cx V3beta1Transition Route Response A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: * TransitionRoutes with intent specified. * TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow.
- description String
The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.
- display
Name String The human-readable name of the flow.
- event
Handlers List<GoogleCloud Dialogflow Cx V3beta1Event Handler Response> A flow's event handlers serve two purposes: * They are responsible for handling events (e.g. no match, webhook errors) in the flow. * They are inherited by every page's event handlers, which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow. Unlike transition_routes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.
- name String
The unique identifier of the flow. Format:
projects//locations//agents//flows/
.- nlu
Settings GoogleCloud Dialogflow Cx V3beta1Nlu Settings Response NLU related settings of the flow.
- transition
Route List<String>Groups A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:
projects//locations//agents//flows//transitionRouteGroups/
.- transition
Routes List<GoogleCloud Dialogflow Cx V3beta1Transition Route Response> A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: * TransitionRoutes with intent specified. * TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow.
- description string
The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.
- display
Name string The human-readable name of the flow.
- event
Handlers GoogleCloud Dialogflow Cx V3beta1Event Handler Response[] A flow's event handlers serve two purposes: * They are responsible for handling events (e.g. no match, webhook errors) in the flow. * They are inherited by every page's event handlers, which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow. Unlike transition_routes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.
- name string
The unique identifier of the flow. Format:
projects//locations//agents//flows/
.- nlu
Settings GoogleCloud Dialogflow Cx V3beta1Nlu Settings Response NLU related settings of the flow.
- transition
Route string[]Groups A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:
projects//locations//agents//flows//transitionRouteGroups/
.- transition
Routes GoogleCloud Dialogflow Cx V3beta1Transition Route Response[] A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: * TransitionRoutes with intent specified. * TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow.
- description str
The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.
- display_
name str The human-readable name of the flow.
- event_
handlers Sequence[GoogleCloud Dialogflow Cx V3beta1Event Handler Response] A flow's event handlers serve two purposes: * They are responsible for handling events (e.g. no match, webhook errors) in the flow. * They are inherited by every page's event handlers, which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow. Unlike transition_routes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.
- name str
The unique identifier of the flow. Format:
projects//locations//agents//flows/
.- nlu_
settings GoogleCloud Dialogflow Cx V3beta1Nlu Settings Response NLU related settings of the flow.
- transition_
route_ Sequence[str]groups A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:
projects//locations//agents//flows//transitionRouteGroups/
.- transition_
routes Sequence[GoogleCloud Dialogflow Cx V3beta1Transition Route Response] A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: * TransitionRoutes with intent specified. * TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow.
- description String
The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.
- display
Name String The human-readable name of the flow.
- event
Handlers List<Property Map> A flow's event handlers serve two purposes: * They are responsible for handling events (e.g. no match, webhook errors) in the flow. * They are inherited by every page's event handlers, which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow. Unlike transition_routes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.
- name String
The unique identifier of the flow. Format:
projects//locations//agents//flows/
.- nlu
Settings Property Map NLU related settings of the flow.
- transition
Route List<String>Groups A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:
projects//locations//agents//flows//transitionRouteGroups/
.- transition
Routes List<Property Map> A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: * TransitionRoutes with intent specified. * TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow.
Supporting Types
GoogleCloudDialogflowCxV3beta1EventHandlerResponse
- Event string
The name of the event to handle.
- Name string
The unique identifier of this event handler.
- Target
Flow string The target flow to transition to. Format:
projects//locations//agents//flows/
.- Target
Page string The target page to transition to. Format:
projects//locations//agents//flows//pages/
.- Trigger
Fulfillment Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
- Event string
The name of the event to handle.
- Name string
The unique identifier of this event handler.
- Target
Flow string The target flow to transition to. Format:
projects//locations//agents//flows/
.- Target
Page string The target page to transition to. Format:
projects//locations//agents//flows//pages/
.- Trigger
Fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
- event String
The name of the event to handle.
- name String
The unique identifier of this event handler.
- target
Flow String The target flow to transition to. Format:
projects//locations//agents//flows/
.- target
Page String The target page to transition to. Format:
projects//locations//agents//flows//pages/
.- trigger
Fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
- event string
The name of the event to handle.
- name string
The unique identifier of this event handler.
- target
Flow string The target flow to transition to. Format:
projects//locations//agents//flows/
.- target
Page string The target page to transition to. Format:
projects//locations//agents//flows//pages/
.- trigger
Fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
- event str
The name of the event to handle.
- name str
The unique identifier of this event handler.
- target_
flow str The target flow to transition to. Format:
projects//locations//agents//flows/
.- target_
page str The target page to transition to. Format:
projects//locations//agents//flows//pages/
.- trigger_
fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
- event String
The name of the event to handle.
- name String
The unique identifier of this event handler.
- target
Flow String The target flow to transition to. Format:
projects//locations//agents//flows/
.- target
Page String The target page to transition to. Format:
projects//locations//agents//flows//pages/
.- trigger
Fulfillment Property Map The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentResponse
- Additional
Cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response Additional cases to be evaluated.
- Message
Google
Cloud Dialogflow Cx V3beta1Response Message Response Returned message.
- additional
Cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response Additional cases to be evaluated.
- message
Google
Cloud Dialogflow Cx V3beta1Response Message Response Returned message.
- additional
Cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response Additional cases to be evaluated.
- message
Google
Cloud Dialogflow Cx V3beta1Response Message Response Returned message.
- additional_
cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response Additional cases to be evaluated.
- message
Google
Cloud Dialogflow Cx V3beta1Response Message Response Returned message.
- additional
Cases Property Map Additional cases to be evaluated.
- message Property Map
Returned message.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseResponse
- Case
Content List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response> A list of case content.
- Condition 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 []GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response A list of case content.
- Condition 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 List<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response> A list of case content.
- condition 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 GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response[] A list of case content.
- condition 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 Sequence[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response] A list of case content.
- condition 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.
- case
Content List<Property Map> A list of case content.
- condition 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
List<Pulumi.
Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response> A list of cascading if-else conditions.
- Cases
[]Google
Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response A list of cascading if-else conditions.
- cases
List<Google
Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response> A list of cascading if-else conditions.
- cases
Google
Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response[] A list of cascading if-else conditions.
- cases
Sequence[Google
Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response] A list of cascading if-else conditions.
- cases List<Property Map>
A list of cascading if-else conditions.
GoogleCloudDialogflowCxV3beta1FulfillmentResponse
- Conditional
Cases List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response> Conditional cases for this fulfillment.
- Messages
List<Pulumi.
Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Response> The list of rich message responses to present to the user.
- Return
Partial boolResponses 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 List<Pulumi.Actions Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response> Set parameter values before executing the webhook.
- Tag 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 ifwebhook
is specified.- Webhook string
The webhook to call. Format:
projects//locations//agents//webhooks/
.
- Conditional
Cases []GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response Conditional cases for this fulfillment.
- Messages
[]Google
Cloud Dialogflow Cx V3beta1Response Message Response The list of rich message responses to present to the user.
- Return
Partial boolResponses 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 []GoogleActions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response Set parameter values before executing the webhook.
- Tag 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 ifwebhook
is specified.- Webhook string
The webhook to call. Format:
projects//locations//agents//webhooks/
.
- conditional
Cases List<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response> Conditional cases for this fulfillment.
- messages
List<Google
Cloud Dialogflow Cx V3beta1Response Message Response> The list of rich message responses to present to the user.
- return
Partial BooleanResponses 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 List<GoogleActions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response> Set parameter values before executing the webhook.
- tag 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 ifwebhook
is specified.- webhook String
The webhook to call. Format:
projects//locations//agents//webhooks/
.
- conditional
Cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response[] Conditional cases for this fulfillment.
- messages
Google
Cloud Dialogflow Cx V3beta1Response Message Response[] The list of rich message responses to present to the user.
- return
Partial booleanResponses 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 GoogleActions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response[] Set parameter values before executing the webhook.
- tag 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 ifwebhook
is specified.- webhook string
The webhook to call. Format:
projects//locations//agents//webhooks/
.
- conditional_
cases Sequence[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response] Conditional cases for this fulfillment.
- messages
Sequence[Google
Cloud Dialogflow Cx V3beta1Response Message Response] The list of rich message responses to present to the user.
- return_
partial_ boolresponses 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_ Sequence[Googleactions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response] Set parameter values before executing the webhook.
- tag 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 ifwebhook
is specified.- webhook str
The webhook to call. Format:
projects//locations//agents//webhooks/
.
- conditional
Cases List<Property Map> Conditional cases for this fulfillment.
- messages List<Property Map>
The list of rich message responses to present to the user.
- return
Partial BooleanResponses 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 List<Property Map>Actions Set parameter values before executing the webhook.
- tag 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 ifwebhook
is specified.- webhook String
The webhook to call. Format:
projects//locations//agents//webhooks/
.
GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionResponse
GoogleCloudDialogflowCxV3beta1NluSettingsResponse
- Classification
Threshold double To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- Model
Training stringMode Indicates NLU model training mode.
- Model
Type string Indicates the type of NLU model.
- Classification
Threshold float64 To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- Model
Training stringMode Indicates NLU model training mode.
- Model
Type string Indicates the type of NLU model.
- classification
Threshold Double To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model
Training StringMode Indicates NLU model training mode.
- model
Type String Indicates the type of NLU model.
- classification
Threshold number To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model
Training stringMode Indicates NLU model training mode.
- model
Type string Indicates the type of NLU model.
- classification_
threshold float To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model_
training_ strmode Indicates NLU model training mode.
- model_
type str Indicates the type of NLU model.
- classification
Threshold Number To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model
Training StringMode Indicates NLU model training mode.
- model
Type String Indicates the type of NLU model.
GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessResponse
- Metadata Dictionary<string, string>
Custom metadata. Dialogflow doesn't impose any structure on this.
- Metadata map[string]string
Custom metadata. Dialogflow doesn't impose any structure on this.
- metadata Map<String,String>
Custom metadata. Dialogflow doesn't impose any structure on this.
- metadata {[key: string]: string}
Custom metadata. Dialogflow doesn't impose any structure on this.
- metadata Mapping[str, str]
Custom metadata. Dialogflow doesn't impose any structure on this.
- metadata Map<String>
Custom metadata. Dialogflow doesn't impose any structure on this.
GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffResponse
- Metadata Dictionary<string, string>
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
- Metadata map[string]string
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
- metadata Map<String,String>
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
- metadata {[key: string]: string}
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
- metadata Mapping[str, str]
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
- metadata Map<String>
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioResponse
- Segments
List<Pulumi.
Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response> Segments this audio response is composed of.
- Segments
[]Google
Cloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response Segments this audio response is composed of.
- segments
List<Google
Cloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response> Segments this audio response is composed of.
- segments
Google
Cloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response[] Segments this audio response is composed of.
- segments
Sequence[Google
Cloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response] Segments this audio response is composed of.
- segments List<Property Map>
Segments this audio response is composed of.
GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegmentResponse
- Allow
Playback boolInterruption 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 string
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- Uri string
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- Allow
Playback boolInterruption 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 string
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- Uri string
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- allow
Playback BooleanInterruption 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 String
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- uri String
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- allow
Playback booleanInterruption 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 string
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- uri string
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- allow_
playback_ boolinterruption 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 str
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- uri str
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- allow
Playback BooleanInterruption 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 String
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- uri String
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponse
- Allow
Playback boolInterruption 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 string
The SSML text to be synthesized. For more information, see SSML.
- Text string
The raw text to be synthesized.
- Allow
Playback boolInterruption 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 string
The SSML text to be synthesized. For more information, see SSML.
- Text string
The raw text to be synthesized.
- allow
Playback BooleanInterruption 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 String
The SSML text to be synthesized. For more information, see SSML.
- text String
The raw text to be synthesized.
- allow
Playback booleanInterruption 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 string
The SSML text to be synthesized. For more information, see SSML.
- text string
The raw text to be synthesized.
- allow_
playback_ boolinterruption 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 str
The SSML text to be synthesized. For more information, see SSML.
- text str
The raw text to be synthesized.
- allow
Playback BooleanInterruption 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 String
The SSML text to be synthesized. For more information, see SSML.
- text String
The raw text to be synthesized.
GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioResponse
- Allow
Playback boolInterruption 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 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 boolInterruption 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 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 BooleanInterruption 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 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 booleanInterruption 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 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_ boolinterruption 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 str 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 BooleanInterruption 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 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 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.
- Conversation
Success Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Conversation Success Response Indicates that the conversation succeeded.
- End
Interaction Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message End Interaction Response 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.- Live
Agent Pulumi.Handoff Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response Hands off conversation to a human agent.
- Mixed
Audio Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 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 Pulumi.Text Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
- Payload Dictionary<string, string>
Returns a response containing a custom, platform-specific payload.
- Play
Audio Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Play Audio Response 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 Pulumi.Call Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- Text
Pulumi.
Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Text Response Returns a text response.
- Channel 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.
- Conversation
Success GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success Response Indicates that the conversation succeeded.
- End
Interaction GoogleCloud Dialogflow Cx V3beta1Response Message End Interaction Response 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.- Live
Agent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response Hands off conversation to a human agent.
- Mixed
Audio GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 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 GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
- Payload map[string]string
Returns a response containing a custom, platform-specific payload.
- Play
Audio GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio Response 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 GoogleCall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- Text
Google
Cloud Dialogflow Cx V3beta1Response Message Text Response Returns a text response.
- channel 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.
- conversation
Success GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success Response Indicates that the conversation succeeded.
- end
Interaction GoogleCloud Dialogflow Cx V3beta1Response Message End Interaction Response 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.- live
Agent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response Hands off conversation to a human agent.
- mixed
Audio GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 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 GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
- payload Map<String,String>
Returns a response containing a custom, platform-specific payload.
- play
Audio GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio Response 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 GoogleCall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text
Google
Cloud Dialogflow Cx V3beta1Response Message Text Response Returns a text response.
- channel 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.
- conversation
Success GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success Response Indicates that the conversation succeeded.
- end
Interaction GoogleCloud Dialogflow Cx V3beta1Response Message End Interaction Response 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.- live
Agent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response Hands off conversation to a human agent.
- mixed
Audio GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 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 GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
- payload {[key: string]: string}
Returns a response containing a custom, platform-specific payload.
- play
Audio GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio Response 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 GoogleCall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text
Google
Cloud Dialogflow Cx V3beta1Response Message Text Response Returns a text response.
- channel 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 GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success Response Indicates that the conversation succeeded.
- end_
interaction GoogleCloud Dialogflow Cx V3beta1Response Message End Interaction Response 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.- live_
agent_ Googlehandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response Hands off conversation to a human agent.
- mixed_
audio GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 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_ Googletext Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
- payload Mapping[str, str]
Returns a response containing a custom, platform-specific payload.
- play_
audio GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio Response 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_ Googlecall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text
Google
Cloud Dialogflow Cx V3beta1Response Message Text Response Returns a text response.
- channel 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.
- conversation
Success Property Map Indicates that the conversation succeeded.
- end
Interaction 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.- live
Agent Property MapHandoff Hands off conversation to a human agent.
- mixed
Audio 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.
- output
Audio Property MapText A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
- payload Map<String>
Returns a response containing a custom, platform-specific payload.
- play
Audio 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.
- telephony
Transfer Property MapCall A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text Property Map
Returns a text response.
GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallResponse
- Phone
Number string Transfer the call to a phone number in E.164 format.
- Phone
Number string Transfer the call to a phone number in E.164 format.
- phone
Number String Transfer the call to a phone number in E.164 format.
- phone
Number string Transfer the call to a phone number in E.164 format.
- phone_
number str Transfer the call to a phone number in E.164 format.
- phone
Number String Transfer the call to a phone number in E.164 format.
GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponse
- Allow
Playback boolInterruption 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 List<string>
A collection of text responses.
- Allow
Playback boolInterruption 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 []string
A collection of text responses.
- allow
Playback BooleanInterruption 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 List<String>
A collection of text responses.
- allow
Playback booleanInterruption 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 string[]
A collection of text responses.
- allow_
playback_ boolinterruption 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 Sequence[str]
A collection of text responses.
- allow
Playback BooleanInterruption 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 List<String>
A collection of text responses.
GoogleCloudDialogflowCxV3beta1TransitionRouteResponse
- Condition string
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of
intent
orcondition
must be specified. When bothintent
andcondition
are specified, the transition can only happen when both are fulfilled.- Intent 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 ofintent
orcondition
must be specified. When bothintent
andcondition
are specified, the transition can only happen when both are fulfilled.- Name string
The unique identifier of this transition route.
- Target
Flow string The target flow to transition to. Format:
projects//locations//agents//flows/
.- Target
Page string The target page to transition to. Format:
projects//locations//agents//flows//pages/
.- Trigger
Fulfillment Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to call when the condition is satisfied. At least one of
trigger_fulfillment
andtarget
must be specified. When both are defined,trigger_fulfillment
is executed first.
- Condition string
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of
intent
orcondition
must be specified. When bothintent
andcondition
are specified, the transition can only happen when both are fulfilled.- Intent 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 ofintent
orcondition
must be specified. When bothintent
andcondition
are specified, the transition can only happen when both are fulfilled.- Name string
The unique identifier of this transition route.
- Target
Flow string The target flow to transition to. Format:
projects//locations//agents//flows/
.- Target
Page string The target page to transition to. Format:
projects//locations//agents//flows//pages/
.- Trigger
Fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to call when the condition is satisfied. At least one of
trigger_fulfillment
andtarget
must be specified. When both are defined,trigger_fulfillment
is executed first.
- condition String
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of
intent
orcondition
must be specified. When bothintent
andcondition
are specified, the transition can only happen when both are fulfilled.- intent 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 ofintent
orcondition
must be specified. When bothintent
andcondition
are specified, the transition can only happen when both are fulfilled.- name String
The unique identifier of this transition route.
- target
Flow String The target flow to transition to. Format:
projects//locations//agents//flows/
.- target
Page String The target page to transition to. Format:
projects//locations//agents//flows//pages/
.- trigger
Fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to call when the condition is satisfied. At least one of
trigger_fulfillment
andtarget
must be specified. When both are defined,trigger_fulfillment
is executed first.
- condition string
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of
intent
orcondition
must be specified. When bothintent
andcondition
are specified, the transition can only happen when both are fulfilled.- intent 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 ofintent
orcondition
must be specified. When bothintent
andcondition
are specified, the transition can only happen when both are fulfilled.- name string
The unique identifier of this transition route.
- target
Flow string The target flow to transition to. Format:
projects//locations//agents//flows/
.- target
Page string The target page to transition to. Format:
projects//locations//agents//flows//pages/
.- trigger
Fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to call when the condition is satisfied. At least one of
trigger_fulfillment
andtarget
must be specified. When both are defined,trigger_fulfillment
is executed first.
- condition str
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of
intent
orcondition
must be specified. When bothintent
andcondition
are specified, the transition can only happen when both are fulfilled.- intent 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 ofintent
orcondition
must be specified. When bothintent
andcondition
are specified, the transition can only happen when both are fulfilled.- name str
The unique identifier of this transition route.
- target_
flow str The target flow to transition to. Format:
projects//locations//agents//flows/
.- target_
page str The target page to transition to. Format:
projects//locations//agents//flows//pages/
.- trigger_
fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to call when the condition is satisfied. At least one of
trigger_fulfillment
andtarget
must be specified. When both are defined,trigger_fulfillment
is executed first.
- condition String
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of
intent
orcondition
must be specified. When bothintent
andcondition
are specified, the transition can only happen when both are fulfilled.- intent 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 ofintent
orcondition
must be specified. When bothintent
andcondition
are specified, the transition can only happen when both are fulfilled.- name String
The unique identifier of this transition route.
- target
Flow String The target flow to transition to. Format:
projects//locations//agents//flows/
.- target
Page String The target page to transition to. Format:
projects//locations//agents//flows//pages/
.- trigger
Fulfillment Property Map The fulfillment to call when the condition is satisfied. At least one of
trigger_fulfillment
andtarget
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