Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.dialogflow/v3beta1.Flow
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a flow in the specified agent. Note: You should always train a flow prior to sending it queries. See the training documentation.
Create Flow Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Flow(name: string, args: FlowArgs, opts?: CustomResourceOptions);
@overload
def Flow(resource_name: str,
args: FlowArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Flow(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
agent_id: Optional[str] = None,
language_code: Optional[str] = None,
description: Optional[str] = None,
event_handlers: Optional[Sequence[GoogleCloudDialogflowCxV3beta1EventHandlerArgs]] = None,
knowledge_connector_settings: Optional[GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettingsArgs] = None,
advanced_settings: Optional[GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs] = None,
location: Optional[str] = None,
name: Optional[str] = None,
nlu_settings: Optional[GoogleCloudDialogflowCxV3beta1NluSettingsArgs] = None,
project: Optional[str] = None,
transition_route_groups: Optional[Sequence[str]] = None,
transition_routes: Optional[Sequence[GoogleCloudDialogflowCxV3beta1TransitionRouteArgs]] = None)
func NewFlow(ctx *Context, name string, args FlowArgs, opts ...ResourceOption) (*Flow, error)
public Flow(string name, FlowArgs args, CustomResourceOptions? opts = null)
type: google-native:dialogflow/v3beta1:Flow
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args FlowArgs
- 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 FlowArgs
- 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 FlowArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FlowArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FlowArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var google_nativeFlowResource = new GoogleNative.Dialogflow.V3Beta1.Flow("google-nativeFlowResource", new()
{
DisplayName = "string",
AgentId = "string",
LanguageCode = "string",
Description = "string",
EventHandlers = new[]
{
new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1EventHandlerArgs
{
Event = "string",
TargetFlow = "string",
TargetPage = "string",
TriggerFulfillment = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs
{
Cases = new[]
{
new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs
{
CaseContent = new[]
{
new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs
{
AdditionalCases = googleCloudDialogflowCxV3beta1FulfillmentConditionalCases,
Message = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
TelephonyTransferCall = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
},
Condition = "string",
},
},
},
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
TelephonyTransferCall = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
},
},
KnowledgeConnectorSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettingsArgs
{
DataStoreConnections = new[]
{
new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1DataStoreConnectionArgs
{
DataStore = "string",
DataStoreType = GoogleNative.Dialogflow.V3Beta1.GoogleCloudDialogflowCxV3beta1DataStoreConnectionDataStoreType.DataStoreTypeUnspecified,
},
},
Enabled = false,
TargetFlow = "string",
TargetPage = "string",
TriggerFulfillment = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3beta1FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
TelephonyTransferCall = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
},
AdvancedSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
Location = "string",
Name = "string",
NluSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1NluSettingsArgs
{
ClassificationThreshold = 0,
ModelTrainingMode = GoogleNative.Dialogflow.V3Beta1.GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode.ModelTrainingModeUnspecified,
ModelType = GoogleNative.Dialogflow.V3Beta1.GoogleCloudDialogflowCxV3beta1NluSettingsModelType.ModelTypeUnspecified,
},
Project = "string",
TransitionRouteGroups = new[]
{
"string",
},
TransitionRoutes = new[]
{
new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1TransitionRouteArgs
{
Condition = "string",
Description = "string",
Intent = "string",
TargetFlow = "string",
TargetPage = "string",
TriggerFulfillment = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3beta1FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
TelephonyTransferCall = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
},
},
});
example, err := dialogflowv3beta1.NewFlow(ctx, "google-nativeFlowResource", &dialogflowv3beta1.FlowArgs{
DisplayName: pulumi.String("string"),
AgentId: pulumi.String("string"),
LanguageCode: pulumi.String("string"),
Description: pulumi.String("string"),
EventHandlers: dialogflow.GoogleCloudDialogflowCxV3beta1EventHandlerArray{
&dialogflow.GoogleCloudDialogflowCxV3beta1EventHandlerArgs{
Event: pulumi.String("string"),
TargetFlow: pulumi.String("string"),
TargetPage: pulumi.String("string"),
TriggerFulfillment: &dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentArgs{
AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs{
AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs{
Uri: pulumi.String("string"),
},
DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs{
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs{
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArray{
&dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs{
Cases: dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArray{
&dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs{
CaseContent: dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArray{
&dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs{
AdditionalCases: pulumi.Any(googleCloudDialogflowCxV3beta1FulfillmentConditionalCases),
Message: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs{
Channel: pulumi.String("string"),
ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs{
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs{
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
OutputAudioText: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs{
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: pulumi.StringMap{
"string": pulumi.String("string"),
},
PlayAudio: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs{
AudioUri: pulumi.String("string"),
},
TelephonyTransferCall: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs{
PhoneNumber: pulumi.String("string"),
},
Text: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs{
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
},
Condition: pulumi.String("string"),
},
},
},
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageArray{
&dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs{
Channel: pulumi.String("string"),
ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs{
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs{
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
OutputAudioText: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs{
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: pulumi.StringMap{
"string": pulumi.String("string"),
},
PlayAudio: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs{
AudioUri: pulumi.String("string"),
},
TelephonyTransferCall: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs{
PhoneNumber: pulumi.String("string"),
},
Text: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs{
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArray{
&dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
},
},
KnowledgeConnectorSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettingsArgs{
DataStoreConnections: dialogflow.GoogleCloudDialogflowCxV3beta1DataStoreConnectionArray{
&dialogflow.GoogleCloudDialogflowCxV3beta1DataStoreConnectionArgs{
DataStore: pulumi.String("string"),
DataStoreType: dialogflowv3beta1.GoogleCloudDialogflowCxV3beta1DataStoreConnectionDataStoreTypeDataStoreTypeUnspecified,
},
},
Enabled: pulumi.Bool(false),
TargetFlow: pulumi.String("string"),
TargetPage: pulumi.String("string"),
TriggerFulfillment: &dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentArgs{
AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs{
AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs{
Uri: pulumi.String("string"),
},
DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs{
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs{
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3beta1FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageArray{
&dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs{
Channel: pulumi.String("string"),
ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs{
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs{
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
OutputAudioText: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs{
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: pulumi.StringMap{
"string": pulumi.String("string"),
},
PlayAudio: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs{
AudioUri: pulumi.String("string"),
},
TelephonyTransferCall: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs{
PhoneNumber: pulumi.String("string"),
},
Text: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs{
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArray{
&dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
},
AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs{
AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs{
Uri: pulumi.String("string"),
},
DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs{
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs{
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
Location: pulumi.String("string"),
Name: pulumi.String("string"),
NluSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1NluSettingsArgs{
ClassificationThreshold: pulumi.Float64(0),
ModelTrainingMode: dialogflowv3beta1.GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingModeModelTrainingModeUnspecified,
ModelType: dialogflowv3beta1.GoogleCloudDialogflowCxV3beta1NluSettingsModelTypeModelTypeUnspecified,
},
Project: pulumi.String("string"),
TransitionRouteGroups: pulumi.StringArray{
pulumi.String("string"),
},
TransitionRoutes: dialogflow.GoogleCloudDialogflowCxV3beta1TransitionRouteArray{
&dialogflow.GoogleCloudDialogflowCxV3beta1TransitionRouteArgs{
Condition: pulumi.String("string"),
Description: pulumi.String("string"),
Intent: pulumi.String("string"),
TargetFlow: pulumi.String("string"),
TargetPage: pulumi.String("string"),
TriggerFulfillment: &dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentArgs{
AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs{
AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs{
Uri: pulumi.String("string"),
},
DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs{
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs{
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3beta1FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageArray{
&dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs{
Channel: pulumi.String("string"),
ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs{
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs{
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
OutputAudioText: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs{
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: pulumi.StringMap{
"string": pulumi.String("string"),
},
PlayAudio: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs{
AudioUri: pulumi.String("string"),
},
TelephonyTransferCall: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs{
PhoneNumber: pulumi.String("string"),
},
Text: &dialogflow.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs{
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArray{
&dialogflow.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
},
},
})
var google_nativeFlowResource = new Flow("google-nativeFlowResource", FlowArgs.builder()
.displayName("string")
.agentId("string")
.languageCode("string")
.description("string")
.eventHandlers(GoogleCloudDialogflowCxV3beta1EventHandlerArgs.builder()
.event("string")
.targetFlow("string")
.targetPage("string")
.triggerFulfillment(GoogleCloudDialogflowCxV3beta1FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3beta1GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs.builder()
.cases(GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs.builder()
.caseContent(GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs.builder()
.additionalCases(googleCloudDialogflowCxV3beta1FulfillmentConditionalCases)
.message(GoogleCloudDialogflowCxV3beta1ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.telephonyTransferCall(GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.build())
.condition("string")
.build())
.build())
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3beta1ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.telephonyTransferCall(GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.build())
.knowledgeConnectorSettings(GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettingsArgs.builder()
.dataStoreConnections(GoogleCloudDialogflowCxV3beta1DataStoreConnectionArgs.builder()
.dataStore("string")
.dataStoreType("DATA_STORE_TYPE_UNSPECIFIED")
.build())
.enabled(false)
.targetFlow("string")
.targetPage("string")
.triggerFulfillment(GoogleCloudDialogflowCxV3beta1FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3beta1GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3beta1FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3beta1ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.telephonyTransferCall(GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.build())
.advancedSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3beta1GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.location("string")
.name("string")
.nluSettings(GoogleCloudDialogflowCxV3beta1NluSettingsArgs.builder()
.classificationThreshold(0)
.modelTrainingMode("MODEL_TRAINING_MODE_UNSPECIFIED")
.modelType("MODEL_TYPE_UNSPECIFIED")
.build())
.project("string")
.transitionRouteGroups("string")
.transitionRoutes(GoogleCloudDialogflowCxV3beta1TransitionRouteArgs.builder()
.condition("string")
.description("string")
.intent("string")
.targetFlow("string")
.targetPage("string")
.triggerFulfillment(GoogleCloudDialogflowCxV3beta1FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3beta1GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3beta1FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3beta1ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.telephonyTransferCall(GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.build())
.build());
google_native_flow_resource = google_native.dialogflow.v3beta1.Flow("google-nativeFlowResource",
display_name="string",
agent_id="string",
language_code="string",
description="string",
event_handlers=[google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1EventHandlerArgs(
event="string",
target_flow="string",
target_page="string",
trigger_fulfillment=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesArgs(
cases=[google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseArgs(
case_content=[google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentArgs(
additional_cases=google_cloud_dialogflow_cx_v3beta1_fulfillment_conditional_cases,
message=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs(
audio_uri="string",
),
telephony_transfer_call=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs(
text=["string"],
),
),
)],
condition="string",
)],
)],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs(
audio_uri="string",
),
telephony_transfer_call=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
)],
knowledge_connector_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettingsArgs(
data_store_connections=[google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1DataStoreConnectionArgs(
data_store="string",
data_store_type=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1DataStoreConnectionDataStoreType.DATA_STORE_TYPE_UNSPECIFIED,
)],
enabled=False,
target_flow="string",
target_page="string",
trigger_fulfillment=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3beta1_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs(
audio_uri="string",
),
telephony_transfer_call=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
),
advanced_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
location="string",
name="string",
nlu_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1NluSettingsArgs(
classification_threshold=0,
model_training_mode=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode.MODEL_TRAINING_MODE_UNSPECIFIED,
model_type=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1NluSettingsModelType.MODEL_TYPE_UNSPECIFIED,
),
project="string",
transition_route_groups=["string"],
transition_routes=[google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1TransitionRouteArgs(
condition="string",
description="string",
intent="string",
target_flow="string",
target_page="string",
trigger_fulfillment=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3beta1_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioArgs(
audio_uri="string",
),
telephony_transfer_call=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
)])
const google_nativeFlowResource = new google_native.dialogflow.v3beta1.Flow("google-nativeFlowResource", {
displayName: "string",
agentId: "string",
languageCode: "string",
description: "string",
eventHandlers: [{
event: "string",
targetFlow: "string",
targetPage: "string",
triggerFulfillment: {
advancedSettings: {
audioExportGcsDestination: {
uri: "string",
},
dtmfSettings: {
enabled: false,
finishDigit: "string",
maxDigits: 0,
},
loggingSettings: {
enableInteractionLogging: false,
enableStackdriverLogging: false,
},
},
conditionalCases: [{
cases: [{
caseContent: [{
additionalCases: googleCloudDialogflowCxV3beta1FulfillmentConditionalCases,
message: {
channel: "string",
conversationSuccess: {
metadata: {
string: "string",
},
},
knowledgeInfoCard: {},
liveAgentHandoff: {
metadata: {
string: "string",
},
},
outputAudioText: {
ssml: "string",
text: "string",
},
payload: {
string: "string",
},
playAudio: {
audioUri: "string",
},
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
},
}],
condition: "string",
}],
}],
enableGenerativeFallback: false,
messages: [{
channel: "string",
conversationSuccess: {
metadata: {
string: "string",
},
},
knowledgeInfoCard: {},
liveAgentHandoff: {
metadata: {
string: "string",
},
},
outputAudioText: {
ssml: "string",
text: "string",
},
payload: {
string: "string",
},
playAudio: {
audioUri: "string",
},
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "string",
},
}],
knowledgeConnectorSettings: {
dataStoreConnections: [{
dataStore: "string",
dataStoreType: google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1DataStoreConnectionDataStoreType.DataStoreTypeUnspecified,
}],
enabled: false,
targetFlow: "string",
targetPage: "string",
triggerFulfillment: {
advancedSettings: {
audioExportGcsDestination: {
uri: "string",
},
dtmfSettings: {
enabled: false,
finishDigit: "string",
maxDigits: 0,
},
loggingSettings: {
enableInteractionLogging: false,
enableStackdriverLogging: false,
},
},
conditionalCases: [googleCloudDialogflowCxV3beta1FulfillmentConditionalCases],
enableGenerativeFallback: false,
messages: [{
channel: "string",
conversationSuccess: {
metadata: {
string: "string",
},
},
knowledgeInfoCard: {},
liveAgentHandoff: {
metadata: {
string: "string",
},
},
outputAudioText: {
ssml: "string",
text: "string",
},
payload: {
string: "string",
},
playAudio: {
audioUri: "string",
},
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "string",
},
},
advancedSettings: {
audioExportGcsDestination: {
uri: "string",
},
dtmfSettings: {
enabled: false,
finishDigit: "string",
maxDigits: 0,
},
loggingSettings: {
enableInteractionLogging: false,
enableStackdriverLogging: false,
},
},
location: "string",
name: "string",
nluSettings: {
classificationThreshold: 0,
modelTrainingMode: google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode.ModelTrainingModeUnspecified,
modelType: google_native.dialogflow.v3beta1.GoogleCloudDialogflowCxV3beta1NluSettingsModelType.ModelTypeUnspecified,
},
project: "string",
transitionRouteGroups: ["string"],
transitionRoutes: [{
condition: "string",
description: "string",
intent: "string",
targetFlow: "string",
targetPage: "string",
triggerFulfillment: {
advancedSettings: {
audioExportGcsDestination: {
uri: "string",
},
dtmfSettings: {
enabled: false,
finishDigit: "string",
maxDigits: 0,
},
loggingSettings: {
enableInteractionLogging: false,
enableStackdriverLogging: false,
},
},
conditionalCases: [googleCloudDialogflowCxV3beta1FulfillmentConditionalCases],
enableGenerativeFallback: false,
messages: [{
channel: "string",
conversationSuccess: {
metadata: {
string: "string",
},
},
knowledgeInfoCard: {},
liveAgentHandoff: {
metadata: {
string: "string",
},
},
outputAudioText: {
ssml: "string",
text: "string",
},
payload: {
string: "string",
},
playAudio: {
audioUri: "string",
},
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "string",
},
}],
});
type: google-native:dialogflow/v3beta1:Flow
properties:
advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
agentId: string
description: string
displayName: string
eventHandlers:
- event: string
targetFlow: string
targetPage: string
triggerFulfillment:
advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
conditionalCases:
- cases:
- caseContent:
- additionalCases: ${googleCloudDialogflowCxV3beta1FulfillmentConditionalCases}
message:
channel: string
conversationSuccess:
metadata:
string: string
knowledgeInfoCard: {}
liveAgentHandoff:
metadata:
string: string
outputAudioText:
ssml: string
text: string
payload:
string: string
playAudio:
audioUri: string
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
condition: string
enableGenerativeFallback: false
messages:
- channel: string
conversationSuccess:
metadata:
string: string
knowledgeInfoCard: {}
liveAgentHandoff:
metadata:
string: string
outputAudioText:
ssml: string
text: string
payload:
string: string
playAudio:
audioUri: string
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
knowledgeConnectorSettings:
dataStoreConnections:
- dataStore: string
dataStoreType: DATA_STORE_TYPE_UNSPECIFIED
enabled: false
targetFlow: string
targetPage: string
triggerFulfillment:
advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
conditionalCases:
- ${googleCloudDialogflowCxV3beta1FulfillmentConditionalCases}
enableGenerativeFallback: false
messages:
- channel: string
conversationSuccess:
metadata:
string: string
knowledgeInfoCard: {}
liveAgentHandoff:
metadata:
string: string
outputAudioText:
ssml: string
text: string
payload:
string: string
playAudio:
audioUri: string
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
languageCode: string
location: string
name: string
nluSettings:
classificationThreshold: 0
modelTrainingMode: MODEL_TRAINING_MODE_UNSPECIFIED
modelType: MODEL_TYPE_UNSPECIFIED
project: string
transitionRouteGroups:
- string
transitionRoutes:
- condition: string
description: string
intent: string
targetFlow: string
targetPage: string
triggerFulfillment:
advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
conditionalCases:
- ${googleCloudDialogflowCxV3beta1FulfillmentConditionalCases}
enableGenerativeFallback: false
messages:
- channel: string
conversationSuccess:
metadata:
string: string
knowledgeInfoCard: {}
liveAgentHandoff:
metadata:
string: string
outputAudioText:
ssml: string
text: string
payload:
string: string
playAudio:
audioUri: string
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
Flow 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 Flow resource accepts the following input properties:
- Agent
Id string - Display
Name string - The human-readable name of the flow.
- Advanced
Settings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings - Hierarchical advanced settings for this flow. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Description string
- The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.
- Event
Handlers List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Event Handler> - A flow's event handlers serve two purposes: * They are responsible for handling events (e.g. no match, webhook errors) in the flow. * They are inherited by every page's event handlers, which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow. Unlike transition_routes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.
- Knowledge
Connector Pulumi.Settings Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Knowledge Connector Settings - Optional. Knowledge connector configuration.
- Language
Code string - The language of the following fields in
flow
: *Flow.event_handlers.trigger_fulfillment.messages
*Flow.event_handlers.trigger_fulfillment.conditional_cases
*Flow.transition_routes.trigger_fulfillment.messages
*Flow.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 flow. Format:
projects//locations//agents//flows/
. - Nlu
Settings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Nlu Settings - NLU related settings of the flow.
- Project string
- Transition
Route List<string>Groups - A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:
projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - Transition
Routes List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Transition Route> - A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: * TransitionRoutes with intent specified. * TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow.
- Agent
Id string - Display
Name string - The human-readable name of the flow.
- Advanced
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Args - Hierarchical advanced settings for this flow. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Description string
- The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.
- Event
Handlers []GoogleCloud Dialogflow Cx V3beta1Event Handler Args - A flow's event handlers serve two purposes: * They are responsible for handling events (e.g. no match, webhook errors) in the flow. * They are inherited by every page's event handlers, which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow. Unlike transition_routes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.
- Knowledge
Connector GoogleSettings Cloud Dialogflow Cx V3beta1Knowledge Connector Settings Args - Optional. Knowledge connector configuration.
- Language
Code string - The language of the following fields in
flow
: *Flow.event_handlers.trigger_fulfillment.messages
*Flow.event_handlers.trigger_fulfillment.conditional_cases
*Flow.transition_routes.trigger_fulfillment.messages
*Flow.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 flow. Format:
projects//locations//agents//flows/
. - Nlu
Settings GoogleCloud Dialogflow Cx V3beta1Nlu Settings Args - NLU related settings of the flow.
- Project string
- Transition
Route []stringGroups - A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:
projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - Transition
Routes []GoogleCloud Dialogflow Cx V3beta1Transition Route Args - A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: * TransitionRoutes with intent specified. * TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow.
- agent
Id String - display
Name String - The human-readable name of the flow.
- advanced
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings - Hierarchical advanced settings for this flow. The settings exposed at the lower level overrides the settings exposed at the higher level.
- description String
- The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.
- event
Handlers List<GoogleCloud Dialogflow Cx V3beta1Event Handler> - A flow's event handlers serve two purposes: * They are responsible for handling events (e.g. no match, webhook errors) in the flow. * They are inherited by every page's event handlers, which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow. Unlike transition_routes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.
- knowledge
Connector GoogleSettings Cloud Dialogflow Cx V3beta1Knowledge Connector Settings - Optional. Knowledge connector configuration.
- language
Code String - The language of the following fields in
flow
: *Flow.event_handlers.trigger_fulfillment.messages
*Flow.event_handlers.trigger_fulfillment.conditional_cases
*Flow.transition_routes.trigger_fulfillment.messages
*Flow.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 flow. Format:
projects//locations//agents//flows/
. - nlu
Settings GoogleCloud Dialogflow Cx V3beta1Nlu Settings - NLU related settings of the flow.
- project String
- transition
Route List<String>Groups - A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:
projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - transition
Routes List<GoogleCloud Dialogflow Cx V3beta1Transition Route> - A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: * TransitionRoutes with intent specified. * TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow.
- agent
Id string - display
Name string - The human-readable name of the flow.
- advanced
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings - Hierarchical advanced settings for this flow. The settings exposed at the lower level overrides the settings exposed at the higher level.
- description string
- The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.
- event
Handlers GoogleCloud Dialogflow Cx V3beta1Event Handler[] - A flow's event handlers serve two purposes: * They are responsible for handling events (e.g. no match, webhook errors) in the flow. * They are inherited by every page's event handlers, which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow. Unlike transition_routes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.
- knowledge
Connector GoogleSettings Cloud Dialogflow Cx V3beta1Knowledge Connector Settings - Optional. Knowledge connector configuration.
- language
Code string - The language of the following fields in
flow
: *Flow.event_handlers.trigger_fulfillment.messages
*Flow.event_handlers.trigger_fulfillment.conditional_cases
*Flow.transition_routes.trigger_fulfillment.messages
*Flow.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 flow. Format:
projects//locations//agents//flows/
. - nlu
Settings GoogleCloud Dialogflow Cx V3beta1Nlu Settings - NLU related settings of the flow.
- project string
- transition
Route string[]Groups - A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:
projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - transition
Routes GoogleCloud Dialogflow Cx V3beta1Transition Route[] - A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: * TransitionRoutes with intent specified. * TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow.
- agent_
id str - display_
name str - The human-readable name of the flow.
- advanced_
settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Args - Hierarchical advanced settings for this flow. The settings exposed at the lower level overrides the settings exposed at the higher level.
- description str
- The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.
- event_
handlers Sequence[GoogleCloud Dialogflow Cx V3beta1Event Handler Args] - A flow's event handlers serve two purposes: * They are responsible for handling events (e.g. no match, webhook errors) in the flow. * They are inherited by every page's event handlers, which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow. Unlike transition_routes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.
- knowledge_
connector_ Googlesettings Cloud Dialogflow Cx V3beta1Knowledge Connector Settings Args - Optional. Knowledge connector configuration.
- language_
code str - The language of the following fields in
flow
: *Flow.event_handlers.trigger_fulfillment.messages
*Flow.event_handlers.trigger_fulfillment.conditional_cases
*Flow.transition_routes.trigger_fulfillment.messages
*Flow.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 flow. Format:
projects//locations//agents//flows/
. - nlu_
settings GoogleCloud Dialogflow Cx V3beta1Nlu Settings Args - NLU related settings of the flow.
- project str
- transition_
route_ Sequence[str]groups - A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:
projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - transition_
routes Sequence[GoogleCloud Dialogflow Cx V3beta1Transition Route Args] - A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: * TransitionRoutes with intent specified. * TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow.
- agent
Id String - display
Name String - The human-readable name of the flow.
- advanced
Settings Property Map - Hierarchical advanced settings for this flow. The settings exposed at the lower level overrides the settings exposed at the higher level.
- description String
- The description of the flow. The maximum length is 500 characters. If exceeded, the request is rejected.
- event
Handlers List<Property Map> - A flow's event handlers serve two purposes: * They are responsible for handling events (e.g. no match, webhook errors) in the flow. * They are inherited by every page's event handlers, which can be used to handle common events regardless of the current page. Event handlers defined in the page have higher priority than those defined in the flow. Unlike transition_routes, these handlers are evaluated on a first-match basis. The first one that matches the event get executed, with the rest being ignored.
- knowledge
Connector Property MapSettings - Optional. Knowledge connector configuration.
- language
Code String - The language of the following fields in
flow
: *Flow.event_handlers.trigger_fulfillment.messages
*Flow.event_handlers.trigger_fulfillment.conditional_cases
*Flow.transition_routes.trigger_fulfillment.messages
*Flow.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 flow. Format:
projects//locations//agents//flows/
. - nlu
Settings Property Map - NLU related settings of the flow.
- project String
- transition
Route List<String>Groups - A flow's transition route group serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition route groups. Transition route groups defined in the page have higher priority than those defined in the flow. Format:
projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - transition
Routes List<Property Map> - A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow. * They are inherited by every page's transition routes and can support use cases such as the user saying "help" or "can I talk to a human?", which can be handled in a common way regardless of the current page. Transition routes defined in the page have higher priority than those defined in the flow. TransitionRoutes are evalauted in the following order: * TransitionRoutes with intent specified. * TransitionRoutes with only condition specified. TransitionRoutes with intent specified are inherited by pages in the flow.
Outputs
All input properties are implicitly available as output properties. Additionally, the Flow 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
GoogleCloudDialogflowCxV3beta1AdvancedSettings, GoogleCloudDialogflowCxV3beta1AdvancedSettingsArgs
- Audio
Export Pulumi.Gcs Destination Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Gcs Destination - If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- Dtmf
Settings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- Logging
Settings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Logging Settings - Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- Audio
Export GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination - If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- Dtmf
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- Logging
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings - Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audio
Export GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination - If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- dtmf
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings - Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audio
Export GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination - If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- dtmf
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings - Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audio_
export_ Googlegcs_ destination Cloud Dialogflow Cx V3beta1Gcs Destination - If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- dtmf_
settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging_
settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings - Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audio
Export Property MapGcs Destination - If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- dtmf
Settings Property Map - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging
Settings Property Map - Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettings, GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsArgs
- Enabled bool
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- Finish
Digit string - The digit that terminates a DTMF digit sequence.
- Max
Digits int - Max length of DTMF digits.
- Enabled bool
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- Finish
Digit string - The digit that terminates a DTMF digit sequence.
- Max
Digits int - Max length of DTMF digits.
- enabled Boolean
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- finish
Digit String - The digit that terminates a DTMF digit sequence.
- max
Digits Integer - Max length of DTMF digits.
- enabled boolean
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- finish
Digit string - The digit that terminates a DTMF digit sequence.
- max
Digits number - Max length of DTMF digits.
- enabled bool
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- finish_
digit str - The digit that terminates a DTMF digit sequence.
- max_
digits int - Max length of DTMF digits.
- enabled Boolean
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- finish
Digit String - The digit that terminates a DTMF digit sequence.
- max
Digits Number - Max length of DTMF digits.
GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse, GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponseArgs
- Enabled bool
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- Finish
Digit string - The digit that terminates a DTMF digit sequence.
- Max
Digits int - Max length of DTMF digits.
- Enabled bool
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- Finish
Digit string - The digit that terminates a DTMF digit sequence.
- Max
Digits int - Max length of DTMF digits.
- enabled Boolean
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- finish
Digit String - The digit that terminates a DTMF digit sequence.
- max
Digits Integer - Max length of DTMF digits.
- enabled boolean
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- finish
Digit string - The digit that terminates a DTMF digit sequence.
- max
Digits number - Max length of DTMF digits.
- enabled bool
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- finish_
digit str - The digit that terminates a DTMF digit sequence.
- max_
digits int - Max length of DTMF digits.
- enabled Boolean
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- finish
Digit String - The digit that terminates a DTMF digit sequence.
- max
Digits Number - Max length of DTMF digits.
GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings, GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsArgs
- Enable
Interaction boolLogging - If true, DF Interaction logging is currently enabled.
- Enable
Stackdriver boolLogging - If true, StackDriver logging is currently enabled.
- Enable
Interaction boolLogging - If true, DF Interaction logging is currently enabled.
- Enable
Stackdriver boolLogging - If true, StackDriver logging is currently enabled.
- enable
Interaction BooleanLogging - If true, DF Interaction logging is currently enabled.
- enable
Stackdriver BooleanLogging - If true, StackDriver logging is currently enabled.
- enable
Interaction booleanLogging - If true, DF Interaction logging is currently enabled.
- enable
Stackdriver booleanLogging - If true, StackDriver logging is currently enabled.
- enable_
interaction_ boollogging - If true, DF Interaction logging is currently enabled.
- enable_
stackdriver_ boollogging - If true, StackDriver logging is currently enabled.
- enable
Interaction BooleanLogging - If true, DF Interaction logging is currently enabled.
- enable
Stackdriver BooleanLogging - If true, StackDriver logging is currently enabled.
GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse, GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponseArgs
- Enable
Interaction boolLogging - If true, DF Interaction logging is currently enabled.
- Enable
Stackdriver boolLogging - If true, StackDriver logging is currently enabled.
- Enable
Interaction boolLogging - If true, DF Interaction logging is currently enabled.
- Enable
Stackdriver boolLogging - If true, StackDriver logging is currently enabled.
- enable
Interaction BooleanLogging - If true, DF Interaction logging is currently enabled.
- enable
Stackdriver BooleanLogging - If true, StackDriver logging is currently enabled.
- enable
Interaction booleanLogging - If true, DF Interaction logging is currently enabled.
- enable
Stackdriver booleanLogging - If true, StackDriver logging is currently enabled.
- enable_
interaction_ boollogging - If true, DF Interaction logging is currently enabled.
- enable_
stackdriver_ boollogging - If true, StackDriver logging is currently enabled.
- enable
Interaction BooleanLogging - If true, DF Interaction logging is currently enabled.
- enable
Stackdriver BooleanLogging - If true, StackDriver logging is currently enabled.
GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse, GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponseArgs
- Audio
Export Pulumi.Gcs Destination Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Gcs Destination Response - If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- Dtmf
Settings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- Logging
Settings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response - Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- Audio
Export GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination Response - If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- Dtmf
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- Logging
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response - Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audio
Export GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination Response - If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- dtmf
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response - Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audio
Export GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination Response - If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- dtmf
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response - Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audio_
export_ Googlegcs_ destination Cloud Dialogflow Cx V3beta1Gcs Destination Response - If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- dtmf_
settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging_
settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response - Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audio
Export Property MapGcs Destination - If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- dtmf
Settings Property Map - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging
Settings Property Map - Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
GoogleCloudDialogflowCxV3beta1DataStoreConnection, GoogleCloudDialogflowCxV3beta1DataStoreConnectionArgs
- Data
Store string - The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
- Data
Store Pulumi.Type Google Native. Dialogflow. V3Beta1. Google Cloud Dialogflow Cx V3beta1Data Store Connection Data Store Type - The type of the connected data store.
- Data
Store string - The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
- Data
Store GoogleType Cloud Dialogflow Cx V3beta1Data Store Connection Data Store Type - The type of the connected data store.
- data
Store String - The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
- data
Store GoogleType Cloud Dialogflow Cx V3beta1Data Store Connection Data Store Type - The type of the connected data store.
- data
Store string - The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
- data
Store GoogleType Cloud Dialogflow Cx V3beta1Data Store Connection Data Store Type - The type of the connected data store.
- data_
store str - The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
- data_
store_ Googletype Cloud Dialogflow Cx V3beta1Data Store Connection Data Store Type - The type of the connected data store.
- data
Store String - The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
- data
Store "DATA_STORE_TYPE_UNSPECIFIED" | "PUBLIC_WEB" | "UNSTRUCTURED" | "STRUCTURED"Type - The type of the connected data store.
GoogleCloudDialogflowCxV3beta1DataStoreConnectionDataStoreType, GoogleCloudDialogflowCxV3beta1DataStoreConnectionDataStoreTypeArgs
- Data
Store Type Unspecified - DATA_STORE_TYPE_UNSPECIFIEDNot specified. This value indicates that the data store type is not specified, so it will not be used during search.
- Public
Web - PUBLIC_WEBA data store that contains public web content.
- Unstructured
- UNSTRUCTUREDA data store that contains unstructured private data.
- Structured
- STRUCTUREDA data store that contains structured data (for example FAQ).
- Google
Cloud Dialogflow Cx V3beta1Data Store Connection Data Store Type Data Store Type Unspecified - DATA_STORE_TYPE_UNSPECIFIEDNot specified. This value indicates that the data store type is not specified, so it will not be used during search.
- Google
Cloud Dialogflow Cx V3beta1Data Store Connection Data Store Type Public Web - PUBLIC_WEBA data store that contains public web content.
- Google
Cloud Dialogflow Cx V3beta1Data Store Connection Data Store Type Unstructured - UNSTRUCTUREDA data store that contains unstructured private data.
- Google
Cloud Dialogflow Cx V3beta1Data Store Connection Data Store Type Structured - STRUCTUREDA data store that contains structured data (for example FAQ).
- Data
Store Type Unspecified - DATA_STORE_TYPE_UNSPECIFIEDNot specified. This value indicates that the data store type is not specified, so it will not be used during search.
- Public
Web - PUBLIC_WEBA data store that contains public web content.
- Unstructured
- UNSTRUCTUREDA data store that contains unstructured private data.
- Structured
- STRUCTUREDA data store that contains structured data (for example FAQ).
- Data
Store Type Unspecified - DATA_STORE_TYPE_UNSPECIFIEDNot specified. This value indicates that the data store type is not specified, so it will not be used during search.
- Public
Web - PUBLIC_WEBA data store that contains public web content.
- Unstructured
- UNSTRUCTUREDA data store that contains unstructured private data.
- Structured
- STRUCTUREDA data store that contains structured data (for example FAQ).
- DATA_STORE_TYPE_UNSPECIFIED
- DATA_STORE_TYPE_UNSPECIFIEDNot specified. This value indicates that the data store type is not specified, so it will not be used during search.
- PUBLIC_WEB
- PUBLIC_WEBA data store that contains public web content.
- UNSTRUCTURED
- UNSTRUCTUREDA data store that contains unstructured private data.
- STRUCTURED
- STRUCTUREDA data store that contains structured data (for example FAQ).
- "DATA_STORE_TYPE_UNSPECIFIED"
- DATA_STORE_TYPE_UNSPECIFIEDNot specified. This value indicates that the data store type is not specified, so it will not be used during search.
- "PUBLIC_WEB"
- PUBLIC_WEBA data store that contains public web content.
- "UNSTRUCTURED"
- UNSTRUCTUREDA data store that contains unstructured private data.
- "STRUCTURED"
- STRUCTUREDA data store that contains structured data (for example FAQ).
GoogleCloudDialogflowCxV3beta1DataStoreConnectionResponse, GoogleCloudDialogflowCxV3beta1DataStoreConnectionResponseArgs
- Data
Store string - The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
- Data
Store stringType - The type of the connected data store.
- Data
Store string - The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
- Data
Store stringType - The type of the connected data store.
- data
Store String - The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
- data
Store StringType - The type of the connected data store.
- data
Store string - The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
- data
Store stringType - The type of the connected data store.
- data_
store str - The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
- data_
store_ strtype - The type of the connected data store.
- data
Store String - The full name of the referenced data store. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
- data
Store StringType - The type of the connected data store.
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.
GoogleCloudDialogflowCxV3beta1Fulfillment, GoogleCloudDialogflowCxV3beta1FulfillmentArgs
- Advanced
Settings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings - Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Conditional
Cases List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases> - Conditional cases for this fulfillment.
- Enable
Generative boolFallback - If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- Messages
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/
.
- Advanced
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings - Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Conditional
Cases []GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases - Conditional cases for this fulfillment.
- Enable
Generative boolFallback - If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- Messages
[]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/
.
- advanced
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings - Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditional
Cases List<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases> - Conditional cases for this fulfillment.
- enable
Generative BooleanFallback - If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- messages
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/
.
- advanced
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings - Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditional
Cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases[] - Conditional cases for this fulfillment.
- enable
Generative booleanFallback - If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- messages
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/
.
- advanced_
settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings - Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditional_
cases Sequence[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases] - Conditional cases for this fulfillment.
- enable_
generative_ boolfallback - If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- messages
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/
.
- advanced
Settings Property Map - Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditional
Cases List<Property Map> - Conditional cases for this fulfillment.
- enable
Generative BooleanFallback - If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- messages 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
- Advanced
Settings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Response - Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Conditional
Cases List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response> - Conditional cases for this fulfillment.
- Enable
Generative boolFallback - If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- Messages
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/
.
- Advanced
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response - Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Conditional
Cases []GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response - Conditional cases for this fulfillment.
- Enable
Generative boolFallback - If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- Messages
[]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/
.
- advanced
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response - Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditional
Cases List<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response> - Conditional cases for this fulfillment.
- enable
Generative BooleanFallback - If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- messages
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/
.
- advanced
Settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response - Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditional
Cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response[] - Conditional cases for this fulfillment.
- enable
Generative booleanFallback - If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- messages
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/
.
- advanced_
settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response - Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditional_
cases Sequence[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response] - Conditional cases for this fulfillment.
- enable_
generative_ boolfallback - If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- messages
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/
.
- advanced
Settings Property Map - Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditional
Cases List<Property Map> - Conditional cases for this fulfillment.
- enable
Generative BooleanFallback - If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- messages 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
GoogleCloudDialogflowCxV3beta1GcsDestination, GoogleCloudDialogflowCxV3beta1GcsDestinationArgs
- Uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form:
gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- Uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form:
gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri String
- The Google Cloud Storage URI for the exported objects. A URI is of the form:
gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form:
gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri str
- The Google Cloud Storage URI for the exported objects. A URI is of the form:
gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri String
- The Google Cloud Storage URI for the exported objects. A URI is of the form:
gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
GoogleCloudDialogflowCxV3beta1GcsDestinationResponse, GoogleCloudDialogflowCxV3beta1GcsDestinationResponseArgs
- Uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form:
gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- Uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form:
gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri String
- The Google Cloud Storage URI for the exported objects. A URI is of the form:
gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form:
gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri str
- The Google Cloud Storage URI for the exported objects. A URI is of the form:
gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri String
- The Google Cloud Storage URI for the exported objects. A URI is of the form:
gs://bucket/object-name-or-prefix
Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings, GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettingsArgs
- Data
Store List<Pulumi.Connections Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Data Store Connection> - Optional. List of related data store connections.
- Enabled bool
- Whether Knowledge Connector is enabled or not.
- 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 be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter
$request.knowledge.answers
(contains up to the 5 highest confidence answers) and$request.knowledge.questions
(contains the corresponding questions) to construct the fulfillment.
- Data
Store []GoogleConnections Cloud Dialogflow Cx V3beta1Data Store Connection - Optional. List of related data store connections.
- Enabled bool
- Whether Knowledge Connector is enabled or not.
- 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 be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter
$request.knowledge.answers
(contains up to the 5 highest confidence answers) and$request.knowledge.questions
(contains the corresponding questions) to construct the fulfillment.
- data
Store List<GoogleConnections Cloud Dialogflow Cx V3beta1Data Store Connection> - Optional. List of related data store connections.
- enabled Boolean
- Whether Knowledge Connector is enabled or not.
- 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 be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter
$request.knowledge.answers
(contains up to the 5 highest confidence answers) and$request.knowledge.questions
(contains the corresponding questions) to construct the fulfillment.
- data
Store GoogleConnections Cloud Dialogflow Cx V3beta1Data Store Connection[] - Optional. List of related data store connections.
- enabled boolean
- Whether Knowledge Connector is enabled or not.
- 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 be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter
$request.knowledge.answers
(contains up to the 5 highest confidence answers) and$request.knowledge.questions
(contains the corresponding questions) to construct the fulfillment.
- data_
store_ Sequence[Googleconnections Cloud Dialogflow Cx V3beta1Data Store Connection] - Optional. List of related data store connections.
- enabled bool
- Whether Knowledge Connector is enabled or not.
- 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 be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter
$request.knowledge.answers
(contains up to the 5 highest confidence answers) and$request.knowledge.questions
(contains the corresponding questions) to construct the fulfillment.
- data
Store List<Property Map>Connections - Optional. List of related data store connections.
- enabled Boolean
- Whether Knowledge Connector is enabled or not.
- 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 be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter
$request.knowledge.answers
(contains up to the 5 highest confidence answers) and$request.knowledge.questions
(contains the corresponding questions) to construct the fulfillment.
GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettingsResponse, GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettingsResponseArgs
- Data
Store List<Pulumi.Connections Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Data Store Connection Response> - Optional. List of related data store connections.
- Enabled bool
- Whether Knowledge Connector is enabled or not.
- 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 be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter
$request.knowledge.answers
(contains up to the 5 highest confidence answers) and$request.knowledge.questions
(contains the corresponding questions) to construct the fulfillment.
- Data
Store []GoogleConnections Cloud Dialogflow Cx V3beta1Data Store Connection Response - Optional. List of related data store connections.
- Enabled bool
- Whether Knowledge Connector is enabled or not.
- 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 be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter
$request.knowledge.answers
(contains up to the 5 highest confidence answers) and$request.knowledge.questions
(contains the corresponding questions) to construct the fulfillment.
- data
Store List<GoogleConnections Cloud Dialogflow Cx V3beta1Data Store Connection Response> - Optional. List of related data store connections.
- enabled Boolean
- Whether Knowledge Connector is enabled or not.
- 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 be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter
$request.knowledge.answers
(contains up to the 5 highest confidence answers) and$request.knowledge.questions
(contains the corresponding questions) to construct the fulfillment.
- data
Store GoogleConnections Cloud Dialogflow Cx V3beta1Data Store Connection Response[] - Optional. List of related data store connections.
- enabled boolean
- Whether Knowledge Connector is enabled or not.
- 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 be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter
$request.knowledge.answers
(contains up to the 5 highest confidence answers) and$request.knowledge.questions
(contains the corresponding questions) to construct the fulfillment.
- data_
store_ Sequence[Googleconnections Cloud Dialogflow Cx V3beta1Data Store Connection Response] - Optional. List of related data store connections.
- enabled bool
- Whether Knowledge Connector is enabled or not.
- 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 be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter
$request.knowledge.answers
(contains up to the 5 highest confidence answers) and$request.knowledge.questions
(contains the corresponding questions) to construct the fulfillment.
- data
Store List<Property Map>Connections - Optional. List of related data store connections.
- enabled Boolean
- Whether Knowledge Connector is enabled or not.
- 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 be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter
$request.knowledge.answers
(contains up to the 5 highest confidence answers) and$request.knowledge.questions
(contains the corresponding questions) to construct the fulfillment.
GoogleCloudDialogflowCxV3beta1NluSettings, GoogleCloudDialogflowCxV3beta1NluSettingsArgs
- Classification
Threshold double - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- Model
Training Pulumi.Mode Google Native. Dialogflow. V3Beta1. Google Cloud Dialogflow Cx V3beta1Nlu Settings Model Training Mode - Indicates NLU model training mode.
- Model
Type Pulumi.Google Native. Dialogflow. V3Beta1. Google Cloud Dialogflow Cx V3beta1Nlu Settings Model Type - Indicates the type of NLU model.
- Classification
Threshold float64 - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- Model
Training GoogleMode Cloud Dialogflow Cx V3beta1Nlu Settings Model Training Mode - Indicates NLU model training mode.
- Model
Type GoogleCloud Dialogflow Cx V3beta1Nlu Settings Model Type - Indicates the type of NLU model.
- classification
Threshold Double - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model
Training GoogleMode Cloud Dialogflow Cx V3beta1Nlu Settings Model Training Mode - Indicates NLU model training mode.
- model
Type GoogleCloud Dialogflow Cx V3beta1Nlu Settings Model Type - Indicates the type of NLU model.
- classification
Threshold number - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model
Training GoogleMode Cloud Dialogflow Cx V3beta1Nlu Settings Model Training Mode - Indicates NLU model training mode.
- model
Type GoogleCloud Dialogflow Cx V3beta1Nlu Settings Model Type - Indicates the type of NLU model.
- classification_
threshold float - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model_
training_ Googlemode Cloud Dialogflow Cx V3beta1Nlu Settings Model Training Mode - Indicates NLU model training mode.
- model_
type GoogleCloud Dialogflow Cx V3beta1Nlu Settings Model Type - Indicates the type of NLU model.
- classification
Threshold Number - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model
Training "MODEL_TRAINING_MODE_UNSPECIFIED" | "MODEL_TRAINING_MODE_AUTOMATIC" | "MODEL_TRAINING_MODE_MANUAL"Mode - Indicates NLU model training mode.
- model
Type "MODEL_TYPE_UNSPECIFIED" | "MODEL_TYPE_STANDARD" | "MODEL_TYPE_ADVANCED" - Indicates the type of NLU model.
GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingMode, GoogleCloudDialogflowCxV3beta1NluSettingsModelTrainingModeArgs
- Model
Training Mode Unspecified - MODEL_TRAINING_MODE_UNSPECIFIEDNot specified.
MODEL_TRAINING_MODE_AUTOMATIC
will be used. - Model
Training Mode Automatic - MODEL_TRAINING_MODE_AUTOMATICNLU model training is automatically triggered when a flow gets modified. User can also manually trigger model training in this mode.
- Model
Training Mode Manual - MODEL_TRAINING_MODE_MANUALUser needs to manually trigger NLU model training. Best for large flows whose models take long time to train.
- Google
Cloud Dialogflow Cx V3beta1Nlu Settings Model Training Mode Model Training Mode Unspecified - MODEL_TRAINING_MODE_UNSPECIFIEDNot specified.
MODEL_TRAINING_MODE_AUTOMATIC
will be used. - Google
Cloud Dialogflow Cx V3beta1Nlu Settings Model Training Mode Model Training Mode Automatic - MODEL_TRAINING_MODE_AUTOMATICNLU model training is automatically triggered when a flow gets modified. User can also manually trigger model training in this mode.
- Google
Cloud Dialogflow Cx V3beta1Nlu Settings Model Training Mode Model Training Mode Manual - MODEL_TRAINING_MODE_MANUALUser needs to manually trigger NLU model training. Best for large flows whose models take long time to train.
- Model
Training Mode Unspecified - MODEL_TRAINING_MODE_UNSPECIFIEDNot specified.
MODEL_TRAINING_MODE_AUTOMATIC
will be used. - Model
Training Mode Automatic - MODEL_TRAINING_MODE_AUTOMATICNLU model training is automatically triggered when a flow gets modified. User can also manually trigger model training in this mode.
- Model
Training Mode Manual - MODEL_TRAINING_MODE_MANUALUser needs to manually trigger NLU model training. Best for large flows whose models take long time to train.
- Model
Training Mode Unspecified - MODEL_TRAINING_MODE_UNSPECIFIEDNot specified.
MODEL_TRAINING_MODE_AUTOMATIC
will be used. - Model
Training Mode Automatic - MODEL_TRAINING_MODE_AUTOMATICNLU model training is automatically triggered when a flow gets modified. User can also manually trigger model training in this mode.
- Model
Training Mode Manual - MODEL_TRAINING_MODE_MANUALUser needs to manually trigger NLU model training. Best for large flows whose models take long time to train.
- MODEL_TRAINING_MODE_UNSPECIFIED
- MODEL_TRAINING_MODE_UNSPECIFIEDNot specified.
MODEL_TRAINING_MODE_AUTOMATIC
will be used. - MODEL_TRAINING_MODE_AUTOMATIC
- MODEL_TRAINING_MODE_AUTOMATICNLU model training is automatically triggered when a flow gets modified. User can also manually trigger model training in this mode.
- MODEL_TRAINING_MODE_MANUAL
- MODEL_TRAINING_MODE_MANUALUser needs to manually trigger NLU model training. Best for large flows whose models take long time to train.
- "MODEL_TRAINING_MODE_UNSPECIFIED"
- MODEL_TRAINING_MODE_UNSPECIFIEDNot specified.
MODEL_TRAINING_MODE_AUTOMATIC
will be used. - "MODEL_TRAINING_MODE_AUTOMATIC"
- MODEL_TRAINING_MODE_AUTOMATICNLU model training is automatically triggered when a flow gets modified. User can also manually trigger model training in this mode.
- "MODEL_TRAINING_MODE_MANUAL"
- MODEL_TRAINING_MODE_MANUALUser needs to manually trigger NLU model training. Best for large flows whose models take long time to train.
GoogleCloudDialogflowCxV3beta1NluSettingsModelType, GoogleCloudDialogflowCxV3beta1NluSettingsModelTypeArgs
- Model
Type Unspecified - MODEL_TYPE_UNSPECIFIEDNot specified.
MODEL_TYPE_STANDARD
will be used. - Model
Type Standard - MODEL_TYPE_STANDARDUse standard NLU model.
- Model
Type Advanced - MODEL_TYPE_ADVANCEDUse advanced NLU model.
- Google
Cloud Dialogflow Cx V3beta1Nlu Settings Model Type Model Type Unspecified - MODEL_TYPE_UNSPECIFIEDNot specified.
MODEL_TYPE_STANDARD
will be used. - Google
Cloud Dialogflow Cx V3beta1Nlu Settings Model Type Model Type Standard - MODEL_TYPE_STANDARDUse standard NLU model.
- Google
Cloud Dialogflow Cx V3beta1Nlu Settings Model Type Model Type Advanced - MODEL_TYPE_ADVANCEDUse advanced NLU model.
- Model
Type Unspecified - MODEL_TYPE_UNSPECIFIEDNot specified.
MODEL_TYPE_STANDARD
will be used. - Model
Type Standard - MODEL_TYPE_STANDARDUse standard NLU model.
- Model
Type Advanced - MODEL_TYPE_ADVANCEDUse advanced NLU model.
- Model
Type Unspecified - MODEL_TYPE_UNSPECIFIEDNot specified.
MODEL_TYPE_STANDARD
will be used. - Model
Type Standard - MODEL_TYPE_STANDARDUse standard NLU model.
- Model
Type Advanced - MODEL_TYPE_ADVANCEDUse advanced NLU model.
- MODEL_TYPE_UNSPECIFIED
- MODEL_TYPE_UNSPECIFIEDNot specified.
MODEL_TYPE_STANDARD
will be used. - MODEL_TYPE_STANDARD
- MODEL_TYPE_STANDARDUse standard NLU model.
- MODEL_TYPE_ADVANCED
- MODEL_TYPE_ADVANCEDUse advanced NLU model.
- "MODEL_TYPE_UNSPECIFIED"
- MODEL_TYPE_UNSPECIFIEDNot specified.
MODEL_TYPE_STANDARD
will be used. - "MODEL_TYPE_STANDARD"
- MODEL_TYPE_STANDARDUse standard NLU model.
- "MODEL_TYPE_ADVANCED"
- MODEL_TYPE_ADVANCEDUse advanced NLU model.
GoogleCloudDialogflowCxV3beta1NluSettingsResponse, GoogleCloudDialogflowCxV3beta1NluSettingsResponseArgs
- Classification
Threshold double - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- Model
Training stringMode - Indicates NLU model training mode.
- Model
Type string - Indicates the type of NLU model.
- Classification
Threshold float64 - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- Model
Training stringMode - Indicates NLU model training mode.
- Model
Type string - Indicates the type of NLU model.
- classification
Threshold Double - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model
Training StringMode - Indicates NLU model training mode.
- model
Type String - Indicates the type of NLU model.
- classification
Threshold number - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model
Training stringMode - Indicates NLU model training mode.
- model
Type string - Indicates the type of NLU model.
- classification_
threshold float - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model_
training_ strmode - Indicates NLU model training mode.
- model_
type str - Indicates the type of NLU model.
- classification
Threshold Number - To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
- model
Training StringMode - Indicates NLU model training mode.
- model
Type String - Indicates the type of NLU model.
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.
- Knowledge
Info Pulumi.Card Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- 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.
- Knowledge
Info GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- 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.
- knowledge
Info GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- 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.
- knowledge
Info GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- 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.
- knowledge_
info_ Googlecard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- 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.
- knowledge
Info Property MapCard - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- 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. - Knowledge
Info Pulumi.Card Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- 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. - Knowledge
Info GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- 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. - knowledge
Info GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- 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. - knowledge
Info GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- 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. - knowledge_
info_ Googlecard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- 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. - knowledge
Info Property MapCard - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- 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. - Description string
- Optional. The description of the transition route. The maximum length is 500 characters.
- 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. - Description string
- Optional. The description of the transition route. The maximum length is 500 characters.
- 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. - description String
- Optional. The description of the transition route. The maximum length is 500 characters.
- 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. - description string
- Optional. The description of the transition route. The maximum length is 500 characters.
- 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. - description str
- Optional. The description of the transition route. The maximum length is 500 characters.
- 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. - description String
- Optional. The description of the transition route. The maximum length is 500 characters.
- 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. - Description string
- Optional. The description of the transition route. The maximum length is 500 characters.
- 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. - Description string
- Optional. The description of the transition route. The maximum length is 500 characters.
- 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. - description String
- Optional. The description of the transition route. The maximum length is 500 characters.
- 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. - description string
- Optional. The description of the transition route. The maximum length is 500 characters.
- 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. - description str
- Optional. The description of the transition route. The maximum length is 500 characters.
- 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. - description String
- Optional. The description of the transition route. The maximum length is 500 characters.
- 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.