Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.dialogflow/v3beta1.Page
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a page in the specified flow.
Create Page Resource
new Page(name: string, args: PageArgs, opts?: CustomResourceOptions);
@overload
def Page(resource_name: str,
opts: Optional[ResourceOptions] = None,
agent_id: Optional[str] = None,
display_name: Optional[str] = None,
entry_fulfillment: Optional[GoogleCloudDialogflowCxV3beta1FulfillmentArgs] = None,
event_handlers: Optional[Sequence[GoogleCloudDialogflowCxV3beta1EventHandlerArgs]] = None,
flow_id: Optional[str] = None,
form: Optional[GoogleCloudDialogflowCxV3beta1FormArgs] = None,
language_code: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
project: Optional[str] = None,
transition_route_groups: Optional[Sequence[str]] = None,
transition_routes: Optional[Sequence[GoogleCloudDialogflowCxV3beta1TransitionRouteArgs]] = None)
@overload
def Page(resource_name: str,
args: PageArgs,
opts: Optional[ResourceOptions] = None)
func NewPage(ctx *Context, name string, args PageArgs, opts ...ResourceOption) (*Page, error)
public Page(string name, PageArgs args, CustomResourceOptions? opts = null)
type: google-native:dialogflow/v3beta1:Page
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PageArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PageArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PageArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PageArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PageArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Page Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Page resource accepts the following input properties:
- Agent
Id string - Display
Name string The human-readable name of the page, unique within the flow.
- Flow
Id string - Entry
Fulfillment Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment The fulfillment to call when the session is entering the page.
- Event
Handlers List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Event Handler> Handlers associated with the page to handle events such as webhook errors, no match or no input.
- Form
Pulumi.
Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Form The form associated with the page, used for collecting parameters relevant to the page.
- Language
Code string The language of the following fields in
page
: *Page.entry_fulfillment.messages
*Page.entry_fulfillment.conditional_cases
*Page.event_handlers.trigger_fulfillment.messages
*Page.event_handlers.trigger_fulfillment.conditional_cases
*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages
*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases
*Page.form.parameters.fill_behavior.reprompt_event_handlers.messages
*Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases
*Page.transition_routes.trigger_fulfillment.messages
*Page.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.- Location string
- Name string
The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
.- Project string
- Transition
Route List<string>Groups Ordered list of
TransitionRouteGroups
associated with the page. Transition route groups must be unique within a page. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
.- Transition
Routes List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Transition Route> A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- Agent
Id string - Display
Name string The human-readable name of the page, unique within the flow.
- Flow
Id string - Entry
Fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Args The fulfillment to call when the session is entering the page.
- Event
Handlers []GoogleCloud Dialogflow Cx V3beta1Event Handler Args Handlers associated with the page to handle events such as webhook errors, no match or no input.
- Form
Google
Cloud Dialogflow Cx V3beta1Form Args The form associated with the page, used for collecting parameters relevant to the page.
- Language
Code string The language of the following fields in
page
: *Page.entry_fulfillment.messages
*Page.entry_fulfillment.conditional_cases
*Page.event_handlers.trigger_fulfillment.messages
*Page.event_handlers.trigger_fulfillment.conditional_cases
*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages
*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases
*Page.form.parameters.fill_behavior.reprompt_event_handlers.messages
*Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases
*Page.transition_routes.trigger_fulfillment.messages
*Page.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.- Location string
- Name string
The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
.- Project string
- Transition
Route []stringGroups Ordered list of
TransitionRouteGroups
associated with the page. Transition route groups must be unique within a page. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
.- Transition
Routes []GoogleCloud Dialogflow Cx V3beta1Transition Route Args A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- agent
Id String - display
Name String The human-readable name of the page, unique within the flow.
- flow
Id String - entry
Fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment The fulfillment to call when the session is entering the page.
- event
Handlers List<GoogleCloud Dialogflow Cx V3beta1Event Handler> Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form
Google
Cloud Dialogflow Cx V3beta1Form The form associated with the page, used for collecting parameters relevant to the page.
- language
Code String The language of the following fields in
page
: *Page.entry_fulfillment.messages
*Page.entry_fulfillment.conditional_cases
*Page.event_handlers.trigger_fulfillment.messages
*Page.event_handlers.trigger_fulfillment.conditional_cases
*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages
*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases
*Page.form.parameters.fill_behavior.reprompt_event_handlers.messages
*Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases
*Page.transition_routes.trigger_fulfillment.messages
*Page.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.- location String
- name String
The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
.- project String
- transition
Route List<String>Groups Ordered list of
TransitionRouteGroups
associated with the page. Transition route groups must be unique within a page. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
.- transition
Routes List<GoogleCloud Dialogflow Cx V3beta1Transition Route> A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- agent
Id string - display
Name string The human-readable name of the page, unique within the flow.
- flow
Id string - entry
Fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment The fulfillment to call when the session is entering the page.
- event
Handlers GoogleCloud Dialogflow Cx V3beta1Event Handler[] Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form
Google
Cloud Dialogflow Cx V3beta1Form The form associated with the page, used for collecting parameters relevant to the page.
- language
Code string The language of the following fields in
page
: *Page.entry_fulfillment.messages
*Page.entry_fulfillment.conditional_cases
*Page.event_handlers.trigger_fulfillment.messages
*Page.event_handlers.trigger_fulfillment.conditional_cases
*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages
*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases
*Page.form.parameters.fill_behavior.reprompt_event_handlers.messages
*Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases
*Page.transition_routes.trigger_fulfillment.messages
*Page.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.- location string
- name string
The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
.- project string
- transition
Route string[]Groups Ordered list of
TransitionRouteGroups
associated with the page. Transition route groups must be unique within a page. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
.- transition
Routes GoogleCloud Dialogflow Cx V3beta1Transition Route[] A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- agent_
id str - display_
name str The human-readable name of the page, unique within the flow.
- flow_
id str - entry_
fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Args The fulfillment to call when the session is entering the page.
- event_
handlers Sequence[GoogleCloud Dialogflow Cx V3beta1Event Handler Args] Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form
Google
Cloud Dialogflow Cx V3beta1Form Args The form associated with the page, used for collecting parameters relevant to the page.
- language_
code str The language of the following fields in
page
: *Page.entry_fulfillment.messages
*Page.entry_fulfillment.conditional_cases
*Page.event_handlers.trigger_fulfillment.messages
*Page.event_handlers.trigger_fulfillment.conditional_cases
*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages
*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases
*Page.form.parameters.fill_behavior.reprompt_event_handlers.messages
*Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases
*Page.transition_routes.trigger_fulfillment.messages
*Page.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.- location str
- name str
The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
.- project str
- transition_
route_ Sequence[str]groups Ordered list of
TransitionRouteGroups
associated with the page. Transition route groups must be unique within a page. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
.- transition_
routes Sequence[GoogleCloud Dialogflow Cx V3beta1Transition Route Args] A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- agent
Id String - display
Name String The human-readable name of the page, unique within the flow.
- flow
Id String - entry
Fulfillment Property Map The fulfillment to call when the session is entering the page.
- event
Handlers List<Property Map> Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form Property Map
The form associated with the page, used for collecting parameters relevant to the page.
- language
Code String The language of the following fields in
page
: *Page.entry_fulfillment.messages
*Page.entry_fulfillment.conditional_cases
*Page.event_handlers.trigger_fulfillment.messages
*Page.event_handlers.trigger_fulfillment.conditional_cases
*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages
*Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases
*Page.form.parameters.fill_behavior.reprompt_event_handlers.messages
*Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases
*Page.transition_routes.trigger_fulfillment.messages
*Page.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.- location String
- name String
The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
.- project String
- transition
Route List<String>Groups Ordered list of
TransitionRouteGroups
associated with the page. Transition route groups must be unique within a page. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
.- transition
Routes List<Property Map> A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
Outputs
All input properties are implicitly available as output properties. Additionally, the Page resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Supporting Types
GoogleCloudDialogflowCxV3beta1EventHandler, GoogleCloudDialogflowCxV3beta1EventHandlerArgs
- Event string
The name of the event to handle.
- 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 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.
- 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 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.
- 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 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.
- 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 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.
- 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 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.
- 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.
GoogleCloudDialogflowCxV3beta1EventHandlerResponse, GoogleCloudDialogflowCxV3beta1EventHandlerResponseArgs
- 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.
GoogleCloudDialogflowCxV3beta1Form, GoogleCloudDialogflowCxV3beta1FormArgs
- Parameters
List<Pulumi.
Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Form Parameter> Parameters to collect from the user.
- Parameters
[]Google
Cloud Dialogflow Cx V3beta1Form Parameter Parameters to collect from the user.
- parameters
List<Google
Cloud Dialogflow Cx V3beta1Form Parameter> Parameters to collect from the user.
- parameters
Google
Cloud Dialogflow Cx V3beta1Form Parameter[] Parameters to collect from the user.
- parameters
Sequence[Google
Cloud Dialogflow Cx V3beta1Form Parameter] Parameters to collect from the user.
- parameters List<Property Map>
Parameters to collect from the user.
GoogleCloudDialogflowCxV3beta1FormParameter, GoogleCloudDialogflowCxV3beta1FormParameterArgs
- Display
Name string The human-readable name of the parameter, unique within the form.
- Entity
Type string The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types.- Fill
Behavior Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Defines fill behavior for the parameter.
- Default
Value object The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- Is
List bool Indicates whether the parameter represents a list of values.
- Redact bool
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- Required bool
Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- Display
Name string The human-readable name of the parameter, unique within the form.
- Entity
Type string The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types.- Fill
Behavior GoogleCloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Defines fill behavior for the parameter.
- Default
Value interface{} The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- Is
List bool Indicates whether the parameter represents a list of values.
- Redact bool
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- Required bool
Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- display
Name String The human-readable name of the parameter, unique within the form.
- entity
Type String The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types.- fill
Behavior GoogleCloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Defines fill behavior for the parameter.
- default
Value Object The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- is
List Boolean Indicates whether the parameter represents a list of values.
- redact Boolean
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required Boolean
Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- display
Name string The human-readable name of the parameter, unique within the form.
- entity
Type string The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types.- fill
Behavior GoogleCloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Defines fill behavior for the parameter.
- default
Value any The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- is
List boolean Indicates whether the parameter represents a list of values.
- redact boolean
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required boolean
Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- display_
name str The human-readable name of the parameter, unique within the form.
- entity_
type str The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types.- fill_
behavior GoogleCloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Defines fill behavior for the parameter.
- default_
value Any The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- is_
list bool Indicates whether the parameter represents a list of values.
- redact bool
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required bool
Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- display
Name String The human-readable name of the parameter, unique within the form.
- entity
Type String The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types.- fill
Behavior Property Map Defines fill behavior for the parameter.
- default
Value Any The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- is
List Boolean Indicates whether the parameter represents a list of values.
- redact Boolean
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required Boolean
Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
GoogleCloudDialogflowCxV3beta1FormParameterFillBehavior, GoogleCloudDialogflowCxV3beta1FormParameterFillBehaviorArgs
- Initial
Prompt Pulumi.Fulfillment Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- Reprompt
Event List<Pulumi.Handlers Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Event Handler> The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- Initial
Prompt GoogleFulfillment Cloud Dialogflow Cx V3beta1Fulfillment The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- Reprompt
Event []GoogleHandlers Cloud Dialogflow Cx V3beta1Event Handler The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial
Prompt GoogleFulfillment Cloud Dialogflow Cx V3beta1Fulfillment The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt
Event List<GoogleHandlers Cloud Dialogflow Cx V3beta1Event Handler> The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial
Prompt GoogleFulfillment Cloud Dialogflow Cx V3beta1Fulfillment The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt
Event GoogleHandlers Cloud Dialogflow Cx V3beta1Event Handler[] The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial_
prompt_ Googlefulfillment Cloud Dialogflow Cx V3beta1Fulfillment The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt_
event_ Sequence[Googlehandlers Cloud Dialogflow Cx V3beta1Event Handler] The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial
Prompt Property MapFulfillment The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt
Event List<Property Map>Handlers The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
GoogleCloudDialogflowCxV3beta1FormParameterFillBehaviorResponse, GoogleCloudDialogflowCxV3beta1FormParameterFillBehaviorResponseArgs
- Initial
Prompt Pulumi.Fulfillment Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- Reprompt
Event List<Pulumi.Handlers Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Event Handler Response> The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- Initial
Prompt GoogleFulfillment Cloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- Reprompt
Event []GoogleHandlers Cloud Dialogflow Cx V3beta1Event Handler Response The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial
Prompt GoogleFulfillment Cloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt
Event List<GoogleHandlers Cloud Dialogflow Cx V3beta1Event Handler Response> The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial
Prompt GoogleFulfillment Cloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt
Event GoogleHandlers Cloud Dialogflow Cx V3beta1Event Handler Response[] The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial_
prompt_ Googlefulfillment Cloud Dialogflow Cx V3beta1Fulfillment Response The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt_
event_ Sequence[Googlehandlers Cloud Dialogflow Cx V3beta1Event Handler Response] The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial
Prompt Property MapFulfillment The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt
Event List<Property Map>Handlers The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
GoogleCloudDialogflowCxV3beta1FormParameterResponse, GoogleCloudDialogflowCxV3beta1FormParameterResponseArgs
- Default
Value object The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- Display
Name string The human-readable name of the parameter, unique within the form.
- Entity
Type string The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types.- Fill
Behavior Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Response Defines fill behavior for the parameter.
- Is
List bool Indicates whether the parameter represents a list of values.
- Redact bool
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- Required bool
Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- Default
Value interface{} The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- Display
Name string The human-readable name of the parameter, unique within the form.
- Entity
Type string The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types.- Fill
Behavior GoogleCloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Response Defines fill behavior for the parameter.
- Is
List bool Indicates whether the parameter represents a list of values.
- Redact bool
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- Required bool
Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- default
Value Object The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- display
Name String The human-readable name of the parameter, unique within the form.
- entity
Type String The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types.- fill
Behavior GoogleCloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Response Defines fill behavior for the parameter.
- is
List Boolean Indicates whether the parameter represents a list of values.
- redact Boolean
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required Boolean
Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- default
Value any The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- display
Name string The human-readable name of the parameter, unique within the form.
- entity
Type string The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types.- fill
Behavior GoogleCloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Response Defines fill behavior for the parameter.
- is
List boolean Indicates whether the parameter represents a list of values.
- redact boolean
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required boolean
Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- default_
value Any The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- display_
name str The human-readable name of the parameter, unique within the form.
- entity_
type str The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types.- fill_
behavior GoogleCloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Response Defines fill behavior for the parameter.
- is_
list bool Indicates whether the parameter represents a list of values.
- redact bool
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required bool
Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- default
Value Any The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- display
Name String The human-readable name of the parameter, unique within the form.
- entity
Type String The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types.- fill
Behavior Property Map Defines fill behavior for the parameter.
- is
List Boolean Indicates whether the parameter represents a list of values.
- redact Boolean
Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required Boolean
Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
GoogleCloudDialogflowCxV3beta1FormResponse, GoogleCloudDialogflowCxV3beta1FormResponseArgs
- Parameters
List<Pulumi.
Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Form Parameter Response> Parameters to collect from the user.
- Parameters
[]Google
Cloud Dialogflow Cx V3beta1Form Parameter Response Parameters to collect from the user.
- parameters
List<Google
Cloud Dialogflow Cx V3beta1Form Parameter Response> Parameters to collect from the user.
- parameters
Google
Cloud Dialogflow Cx V3beta1Form Parameter Response[] Parameters to collect from the user.
- parameters
Sequence[Google
Cloud Dialogflow Cx V3beta1Form Parameter Response] Parameters to collect from the user.
- parameters List<Property Map>
Parameters to collect from the user.
GoogleCloudDialogflowCxV3beta1Fulfillment, GoogleCloudDialogflowCxV3beta1FulfillmentArgs
- Conditional
Cases List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases> Conditional cases for this fulfillment.
- Messages
List<Pulumi.
Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message> 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> 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 Conditional cases for this fulfillment.
- Messages
[]Google
Cloud Dialogflow Cx V3beta1Response Message 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 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> Conditional cases for this fulfillment.
- messages
List<Google
Cloud Dialogflow Cx V3beta1Response Message> 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> 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[] Conditional cases for this fulfillment.
- messages
Google
Cloud Dialogflow Cx V3beta1Response Message[] 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[] 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] Conditional cases for this fulfillment.
- messages
Sequence[Google
Cloud Dialogflow Cx V3beta1Response Message] 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] 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/
.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases, GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs
- Cases
List<Pulumi.
Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case> A list of cascading if-else conditions.
- Cases
[]Google
Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case A list of cascading if-else conditions.
- cases
List<Google
Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case> A list of cascading if-else conditions.
- cases
Google
Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case[] A list of cascading if-else conditions.
- cases
Sequence[Google
Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case] A list of cascading if-else conditions.
- cases List<Property Map>
A list of cascading if-else conditions.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase, GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs
- Case
Content List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content> 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 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> 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[] 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] 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.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent, GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs
- Additional
Cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Additional cases to be evaluated.
- Message
Google
Cloud Dialogflow Cx V3beta1Response Message Returned message.
- additional
Cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Additional cases to be evaluated.
- message
Google
Cloud Dialogflow Cx V3beta1Response Message Returned message.
- additional
Cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Additional cases to be evaluated.
- message
Google
Cloud Dialogflow Cx V3beta1Response Message Returned message.
- additional_
cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Additional cases to be evaluated.
- message
Google
Cloud Dialogflow Cx V3beta1Response Message Returned message.
- additional
Cases Property Map Additional cases to be evaluated.
- message Property Map
Returned message.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentResponse, GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentResponseArgs
- 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, GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseResponseArgs
- 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, GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponseArgs
- 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, GoogleCloudDialogflowCxV3beta1FulfillmentResponseArgs
- 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/
.
GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction, GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs
GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionResponse, GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionResponseArgs
GoogleCloudDialogflowCxV3beta1ResponseMessage, GoogleCloudDialogflowCxV3beta1ResponseMessageArgs
- 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 Indicates that the conversation succeeded.
- Live
Agent Pulumi.Handoff Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Hands off conversation to a human agent.
- Output
Audio Pulumi.Text Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Output Audio Text 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 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 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 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 Indicates that the conversation succeeded.
- Live
Agent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Hands off conversation to a human agent.
- Output
Audio GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text 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 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 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 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 Indicates that the conversation succeeded.
- live
Agent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Hands off conversation to a human agent.
- output
Audio GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text 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 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 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 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 Indicates that the conversation succeeded.
- live
Agent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Hands off conversation to a human agent.
- output
Audio GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text 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 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 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 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 Indicates that the conversation succeeded.
- live_
agent_ Googlehandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Hands off conversation to a human agent.
- output_
audio_ Googletext Cloud Dialogflow Cx V3beta1Response Message Output Audio Text 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 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 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 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.
- live
Agent Property MapHandoff Hands off conversation to a human agent.
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess, GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessResponseArgs
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff, GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffResponseArgs
- 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, GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioResponseArgs
- 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, GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegmentResponseArgs
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText, GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs
GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponseArgs
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio, GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioResponse, GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioResponseArgs
- 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, GoogleCloudDialogflowCxV3beta1ResponseMessageResponseArgs
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCall, GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallResponseArgs
- 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.
GoogleCloudDialogflowCxV3beta1ResponseMessageText, GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs
- Text List<string>
A collection of text responses.
- Text []string
A collection of text responses.
- text List<String>
A collection of text responses.
- text string[]
A collection of text responses.
- text Sequence[str]
A collection of text responses.
- text List<String>
A collection of text responses.
GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponse, GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponseArgs
- 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.
GoogleCloudDialogflowCxV3beta1TransitionRoute, GoogleCloudDialogflowCxV3beta1TransitionRouteArgs
- 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.- 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 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.- 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 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.- 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 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.- 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 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.- 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 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.- 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.
GoogleCloudDialogflowCxV3beta1TransitionRouteResponse, GoogleCloudDialogflowCxV3beta1TransitionRouteResponseArgs
- 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
Google Cloud Native is in preview. Google Cloud Classic is fully supported.