type: meya.google.dialogflow.component.ask
class: DialogflowAskComponent
path: /meya/google/dialogflow/component/ask/ask.py
signature: ask, expect
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
spec | ○ | ○ | Spec | null | Override the original spec for this element |
integration | ○ | ◉ | DialogflowIntegrationRef | ||
language | ○ | ○ | str | null | |
intent | ○ | ○ | str | null | |
intent_regex | ○ | ○ | str | null | |
min_confidence | ○ | ○ | Real | 0.75 | |
max_confidence | ○ | ○ | Real | 1.0 | |
input_context | ○ | ○ | bool | true | |
context | ○ | ○ | dict | {} | Send context data with this component's event |
sensitive | ○ | ○ | bool | false | Mark this component's event as sensitive |
triggers | ○ | ○ | list | [] | Activate these dynamic triggers when the component runs |
quick_replies | ○ | ○ | list | [] | List of buttons that the user can select for replies |
composer | ○ | ○ | ComposerElementSpec | focus: text | |
header | ○ | ○ | HeaderElementSpec | buttons: | Override the header for this component |
markdown | ○ | ○ | list | null | Override the bot Markdown mode for this component |
ask | ◉ | ○ | str | Question to send to the user | |
retries | ○ | ○ | Real | "inf" | |
error_message | ○ | ○ | str | "Invalid input, please try again." | |
catchall | ○ | ○ | bool | true | |
expect | ◉ | ○ | Expect | null |
Examples
Basic
triggers:
- keyword: meya.google.dialogflow.component.ask
steps:
- integration: integration.dialogflow
ask: STRING
expect: dialogflow
Full
triggers:
- keyword: meya.google.dialogflow.component.ask
steps:
- spec:
type: STRING
data:
STRING: ANY
timeout: 123
trigger_when: ANY
integration: integration.dialogflow
language: STRING
intent:
- item1
- item2
intent_regex: STRING
min_confidence: 123
max_confidence: 123
input_context: STRING
context:
STRING: ANY
sensitive: false
triggers:
- type: STRING
data:
STRING: ANY
timeout: 123
trigger_when: ANY
quick_replies:
- url: STRING
javascript: STRING
button_id: STRING
context:
STRING: ANY
default: false
disabled: false
divider: false
icon:
url: STRING
color: STRING
path: STRING
action: COMPONENT
value: ANY
result: ANY
data:
STRING: ANY
magic: false
type: text|url|static|menu|divider|action|flow_next|component_next
menu:
- BUTTONELEMENTSPEC
text: STRING
composer:
focus: file|image|text|blur
placeholder: STRING
collapse_placeholder: STRING
visibility: collapse|hide|show
header:
buttons:
- url: STRING
javascript: STRING
button_id: STRING
context:
STRING: ANY
default: false
disabled: false
divider: false
icon:
url: STRING
color: STRING
path: STRING
action: COMPONENT
value: ANY
result: ANY
data:
STRING: ANY
magic: false
type: text|url|static|menu|divider|action|flow_next|component_next
menu:
- BUTTONELEMENTSPEC
text: STRING
title:
text: STRING
icon:
url: STRING
color: STRING
path: STRING
progress:
value: 123
show_percent: false
milestones:
- text: STRING
current: false
extra_buttons:
- url: STRING
javascript: STRING
button_id: STRING
context:
STRING: ANY
default: false
disabled: false
divider: false
icon:
url: STRING
color: STRING
path: STRING
action: COMPONENT
value: ANY
result: ANY
data:
STRING: ANY
magic: false
type: text|url|static|menu|divider|action|flow_next|component_next
menu:
- BUTTONELEMENTSPEC
text: STRING
markdown:
- format|linkify|breaks|typographer
ask: STRING
retries: 123
error_message: STRING
catchall: false
expect: dialogflow