Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.dialogflow/v3.TestCase
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a test case for the given agent. Note - this resource’s API doesn’t support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Create TestCase Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TestCase(name: string, args: TestCaseArgs, opts?: CustomResourceOptions);
@overload
def TestCase(resource_name: str,
args: TestCaseArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TestCase(resource_name: str,
opts: Optional[ResourceOptions] = None,
agent_id: Optional[str] = None,
display_name: Optional[str] = None,
last_test_result: Optional[GoogleCloudDialogflowCxV3TestCaseResultArgs] = None,
location: Optional[str] = None,
name: Optional[str] = None,
notes: Optional[str] = None,
project: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
test_case_conversation_turns: Optional[Sequence[GoogleCloudDialogflowCxV3ConversationTurnArgs]] = None,
test_config: Optional[GoogleCloudDialogflowCxV3TestConfigArgs] = None)
func NewTestCase(ctx *Context, name string, args TestCaseArgs, opts ...ResourceOption) (*TestCase, error)
public TestCase(string name, TestCaseArgs args, CustomResourceOptions? opts = null)
public TestCase(String name, TestCaseArgs args)
public TestCase(String name, TestCaseArgs args, CustomResourceOptions options)
type: google-native:dialogflow/v3:TestCase
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 TestCaseArgs
- 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 TestCaseArgs
- 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 TestCaseArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TestCaseArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TestCaseArgs
- 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 testCaseResource = new GoogleNative.Dialogflow.V3.TestCase("testCaseResource", new()
{
AgentId = "string",
DisplayName = "string",
LastTestResult = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TestCaseResultArgs
{
ConversationTurns = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnArgs
{
UserInput = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs
{
EnableSentimentAnalysis = false,
InjectedParameters =
{
{ "string", "string" },
},
Input = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3QueryInputArgs
{
LanguageCode = "string",
Audio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AudioInputArgs
{
Config = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3InputAudioConfigArgs
{
AudioEncoding = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding.AudioEncodingUnspecified,
BargeInConfig = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3BargeInConfigArgs
{
NoBargeInDuration = "string",
TotalDuration = "string",
},
EnableWordInfo = false,
Model = "string",
ModelVariant = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant.SpeechModelVariantUnspecified,
PhraseHints = new[]
{
"string",
},
SampleRateHertz = 0,
SingleUtterance = false,
},
Audio = "string",
},
Dtmf = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DtmfInputArgs
{
Digits = "string",
FinishDigit = "string",
},
Event = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventInputArgs
{
Event = "string",
},
Intent = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentInputArgs
{
Intent = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TextInputArgs
{
Text = "string",
},
},
IsWebhookEnabled = false,
},
VirtualAgentOutput = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs
{
DiagnosticInfo =
{
{ "string", "string" },
},
CurrentPage = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3PageArgs
{
DisplayName = "string",
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
EntryFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs
{
Cases = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs
{
CaseContent = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs
{
AdditionalCases = googleCloudDialogflowCxV3FulfillmentConditionalCases,
Message = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
},
Condition = "string",
},
},
},
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
EventHandlers = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventHandlerArgs
{
Event = "string",
TargetFlow = "string",
TargetPage = "string",
TriggerFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
},
},
Form = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormArgs
{
Parameters = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormParameterArgs
{
DisplayName = "string",
EntityType = "string",
FillBehavior = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs
{
InitialPromptFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
RepromptEventHandlers = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventHandlerArgs
{
Event = "string",
TargetFlow = "string",
TargetPage = "string",
TriggerFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
},
},
},
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
DefaultValue = "any",
IsList = false,
Redact = false,
Required = false,
},
},
},
KnowledgeConnectorSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs
{
DataStoreConnections = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DataStoreConnectionArgs
{
DataStore = "string",
DataStoreType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType.DataStoreTypeUnspecified,
},
},
Enabled = false,
TargetFlow = "string",
TargetPage = "string",
TriggerFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
},
Name = "string",
TransitionRouteGroups = new[]
{
"string",
},
TransitionRoutes = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TransitionRouteArgs
{
Condition = "string",
Description = "string",
Intent = "string",
TargetFlow = "string",
TargetPage = "string",
TriggerFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
},
},
},
SessionParameters =
{
{ "string", "string" },
},
Status = new GoogleNative.Dialogflow.V3.Inputs.GoogleRpcStatusArgs
{
Code = 0,
Details = new[]
{
{
{ "string", "string" },
},
},
Message = "string",
},
TextResponses = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
TriggeredIntent = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentArgs
{
DisplayName = "string",
Description = "string",
IsFallback = false,
Labels =
{
{ "string", "string" },
},
Name = "string",
Parameters = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentParameterArgs
{
EntityType = "string",
Id = "string",
IsList = false,
Redact = false,
},
},
Priority = 0,
TrainingPhrases = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs
{
Parts = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs
{
Text = "string",
ParameterId = "string",
},
},
RepeatCount = 0,
},
},
},
},
},
},
Environment = "string",
Name = "string",
TestResult = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3TestCaseResultTestResult.TestResultUnspecified,
TestTime = "string",
},
Location = "string",
Name = "string",
Notes = "string",
Project = "string",
Tags = new[]
{
"string",
},
TestCaseConversationTurns = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnArgs
{
UserInput = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs
{
EnableSentimentAnalysis = false,
InjectedParameters =
{
{ "string", "string" },
},
Input = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3QueryInputArgs
{
LanguageCode = "string",
Audio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AudioInputArgs
{
Config = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3InputAudioConfigArgs
{
AudioEncoding = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding.AudioEncodingUnspecified,
BargeInConfig = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3BargeInConfigArgs
{
NoBargeInDuration = "string",
TotalDuration = "string",
},
EnableWordInfo = false,
Model = "string",
ModelVariant = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant.SpeechModelVariantUnspecified,
PhraseHints = new[]
{
"string",
},
SampleRateHertz = 0,
SingleUtterance = false,
},
Audio = "string",
},
Dtmf = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DtmfInputArgs
{
Digits = "string",
FinishDigit = "string",
},
Event = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventInputArgs
{
Event = "string",
},
Intent = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentInputArgs
{
Intent = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TextInputArgs
{
Text = "string",
},
},
IsWebhookEnabled = false,
},
VirtualAgentOutput = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs
{
DiagnosticInfo =
{
{ "string", "string" },
},
CurrentPage = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3PageArgs
{
DisplayName = "string",
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
EntryFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
EventHandlers = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventHandlerArgs
{
Event = "string",
TargetFlow = "string",
TargetPage = "string",
TriggerFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
},
},
Form = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormArgs
{
Parameters = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormParameterArgs
{
DisplayName = "string",
EntityType = "string",
FillBehavior = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs
{
InitialPromptFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
RepromptEventHandlers = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventHandlerArgs
{
Event = "string",
TargetFlow = "string",
TargetPage = "string",
TriggerFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
},
},
},
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
DefaultValue = "any",
IsList = false,
Redact = false,
Required = false,
},
},
},
KnowledgeConnectorSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs
{
DataStoreConnections = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DataStoreConnectionArgs
{
DataStore = "string",
DataStoreType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType.DataStoreTypeUnspecified,
},
},
Enabled = false,
TargetFlow = "string",
TargetPage = "string",
TriggerFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
},
Name = "string",
TransitionRouteGroups = new[]
{
"string",
},
TransitionRoutes = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TransitionRouteArgs
{
Condition = "string",
Description = "string",
Intent = "string",
TargetFlow = "string",
TargetPage = "string",
TriggerFulfillment = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentArgs
{
AdvancedSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsArgs
{
AudioExportGcsDestination = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationArgs
{
Uri = "string",
},
DtmfSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
{
Enabled = false,
FinishDigit = "string",
MaxDigits = 0,
},
LoggingSettings = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
{
EnableInteractionLogging = false,
EnableStackdriverLogging = false,
},
},
ConditionalCases = new[]
{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback = false,
Messages = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageArgs
{
Channel = "string",
ConversationSuccess = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
{
Metadata =
{
{ "string", "string" },
},
},
KnowledgeInfoCard = null,
LiveAgentHandoff = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
{
Metadata =
{
{ "string", "string" },
},
},
OutputAudioText = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
{
Ssml = "string",
Text = "string",
},
Payload =
{
{ "string", "string" },
},
PlayAudio = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
{
AudioUri = "string",
},
ResponseType = GoogleNative.Dialogflow.V3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
TelephonyTransferCall = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
{
PhoneNumber = "string",
},
Text = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
},
ReturnPartialResponses = false,
SetParameterActions = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
{
Parameter = "string",
Value = "any",
},
},
Tag = "string",
Webhook = "string",
},
},
},
},
SessionParameters =
{
{ "string", "string" },
},
Status = new GoogleNative.Dialogflow.V3.Inputs.GoogleRpcStatusArgs
{
Code = 0,
Details = new[]
{
{
{ "string", "string" },
},
},
Message = "string",
},
TextResponses = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextArgs
{
Text = new[]
{
"string",
},
},
},
TriggeredIntent = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentArgs
{
DisplayName = "string",
Description = "string",
IsFallback = false,
Labels =
{
{ "string", "string" },
},
Name = "string",
Parameters = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentParameterArgs
{
EntityType = "string",
Id = "string",
IsList = false,
Redact = false,
},
},
Priority = 0,
TrainingPhrases = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs
{
Parts = new[]
{
new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs
{
Text = "string",
ParameterId = "string",
},
},
RepeatCount = 0,
},
},
},
},
},
},
TestConfig = new GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TestConfigArgs
{
Flow = "string",
Page = "string",
TrackingParameters = new[]
{
"string",
},
},
});
example, err := dialogflowv3.NewTestCase(ctx, "testCaseResource", &dialogflowv3.TestCaseArgs{
AgentId: pulumi.String("string"),
DisplayName: pulumi.String("string"),
LastTestResult: &dialogflow.GoogleCloudDialogflowCxV3TestCaseResultArgs{
ConversationTurns: []dialogflow.GoogleCloudDialogflowCxV3ConversationTurnArgs{
{
UserInput: {
EnableSentimentAnalysis: pulumi.Bool(false),
InjectedParameters: {
"string": pulumi.String("string"),
},
Input: {
LanguageCode: pulumi.String("string"),
Audio: {
Config: {
AudioEncoding: dialogflowv3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingAudioEncodingUnspecified,
BargeInConfig: {
NoBargeInDuration: pulumi.String("string"),
TotalDuration: pulumi.String("string"),
},
EnableWordInfo: pulumi.Bool(false),
Model: pulumi.String("string"),
ModelVariant: dialogflowv3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariantSpeechModelVariantUnspecified,
PhraseHints: pulumi.StringArray{
pulumi.String("string"),
},
SampleRateHertz: pulumi.Int(0),
SingleUtterance: pulumi.Bool(false),
},
Audio: pulumi.String("string"),
},
Dtmf: {
Digits: pulumi.String("string"),
FinishDigit: pulumi.String("string"),
},
Event: {
Event: pulumi.String("string"),
},
Intent: {
Intent: pulumi.String("string"),
},
Text: {
Text: pulumi.String("string"),
},
},
IsWebhookEnabled: pulumi.Bool(false),
},
VirtualAgentOutput: {
DiagnosticInfo: {
"string": pulumi.String("string"),
},
CurrentPage: {
DisplayName: pulumi.String("string"),
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
EntryFulfillment: {
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: []dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs{
{
Cases: []dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs{
{
CaseContent: []dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs{
{
AdditionalCases: pulumi.Any(googleCloudDialogflowCxV3FulfillmentConditionalCases),
Message: {
Channel: pulumi.String("string"),
ConversationSuccess: {
Metadata: {
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: {
Metadata: {
"string": pulumi.String("string"),
},
},
OutputAudioText: {
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: {
"string": pulumi.String("string"),
},
PlayAudio: {
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: {
PhoneNumber: pulumi.String("string"),
},
Text: {
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
},
Condition: pulumi.String("string"),
},
},
},
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
{
Channel: pulumi.String("string"),
ConversationSuccess: {
Metadata: {
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: {
Metadata: {
"string": pulumi.String("string"),
},
},
OutputAudioText: {
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: {
"string": pulumi.String("string"),
},
PlayAudio: {
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: {
PhoneNumber: pulumi.String("string"),
},
Text: {
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
EventHandlers: []dialogflow.GoogleCloudDialogflowCxV3EventHandlerArgs{
{
Event: pulumi.String("string"),
TargetFlow: pulumi.String("string"),
TargetPage: pulumi.String("string"),
TriggerFulfillment: {
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
{
Channel: pulumi.String("string"),
ConversationSuccess: {
Metadata: {
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: {
Metadata: {
"string": pulumi.String("string"),
},
},
OutputAudioText: {
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: {
"string": pulumi.String("string"),
},
PlayAudio: {
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: {
PhoneNumber: pulumi.String("string"),
},
Text: {
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
},
},
Form: {
Parameters: []dialogflow.GoogleCloudDialogflowCxV3FormParameterArgs{
{
DisplayName: pulumi.String("string"),
EntityType: pulumi.String("string"),
FillBehavior: {
InitialPromptFulfillment: {
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
{
Channel: pulumi.String("string"),
ConversationSuccess: {
Metadata: {
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: {
Metadata: {
"string": pulumi.String("string"),
},
},
OutputAudioText: {
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: {
"string": pulumi.String("string"),
},
PlayAudio: {
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: {
PhoneNumber: pulumi.String("string"),
},
Text: {
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
RepromptEventHandlers: []dialogflow.GoogleCloudDialogflowCxV3EventHandlerArgs{
{
Event: pulumi.String("string"),
TargetFlow: pulumi.String("string"),
TargetPage: pulumi.String("string"),
TriggerFulfillment: {
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
{
Channel: pulumi.String("string"),
ConversationSuccess: {
Metadata: {
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: {
Metadata: {
"string": pulumi.String("string"),
},
},
OutputAudioText: {
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: {
"string": pulumi.String("string"),
},
PlayAudio: {
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: {
PhoneNumber: pulumi.String("string"),
},
Text: {
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
},
},
},
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
DefaultValue: pulumi.Any("any"),
IsList: pulumi.Bool(false),
Redact: pulumi.Bool(false),
Required: pulumi.Bool(false),
},
},
},
KnowledgeConnectorSettings: {
DataStoreConnections: dialogflow.GoogleCloudDialogflowCxV3DataStoreConnectionArray{
{
DataStore: pulumi.String("string"),
DataStoreType: dialogflowv3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreTypeDataStoreTypeUnspecified,
},
},
Enabled: pulumi.Bool(false),
TargetFlow: pulumi.String("string"),
TargetPage: pulumi.String("string"),
TriggerFulfillment: {
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
{
Channel: pulumi.String("string"),
ConversationSuccess: {
Metadata: {
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: {
Metadata: {
"string": pulumi.String("string"),
},
},
OutputAudioText: {
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: {
"string": pulumi.String("string"),
},
PlayAudio: {
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: {
PhoneNumber: pulumi.String("string"),
},
Text: {
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
TransitionRouteGroups: pulumi.StringArray{
pulumi.String("string"),
},
TransitionRoutes: []dialogflow.GoogleCloudDialogflowCxV3TransitionRouteArgs{
{
Condition: pulumi.String("string"),
Description: pulumi.String("string"),
Intent: pulumi.String("string"),
TargetFlow: pulumi.String("string"),
TargetPage: pulumi.String("string"),
TriggerFulfillment: {
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
{
Channel: pulumi.String("string"),
ConversationSuccess: {
Metadata: {
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: {
Metadata: {
"string": pulumi.String("string"),
},
},
OutputAudioText: {
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: {
"string": pulumi.String("string"),
},
PlayAudio: {
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: {
PhoneNumber: pulumi.String("string"),
},
Text: {
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
},
},
},
SessionParameters: {
"string": pulumi.String("string"),
},
Status: {
Code: pulumi.Int(0),
Details: pulumi.StringMapArray{
{
"string": pulumi.String("string"),
},
},
Message: pulumi.String("string"),
},
TextResponses: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArray{
{
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
TriggeredIntent: {
DisplayName: pulumi.String("string"),
Description: pulumi.String("string"),
IsFallback: pulumi.Bool(false),
Labels: {
"string": pulumi.String("string"),
},
Name: pulumi.String("string"),
Parameters: dialogflow.GoogleCloudDialogflowCxV3IntentParameterArray{
{
EntityType: pulumi.String("string"),
Id: pulumi.String("string"),
IsList: pulumi.Bool(false),
Redact: pulumi.Bool(false),
},
},
Priority: pulumi.Int(0),
TrainingPhrases: dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhraseArray{
{
Parts: dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArray{
{
Text: pulumi.String("string"),
ParameterId: pulumi.String("string"),
},
},
RepeatCount: pulumi.Int(0),
},
},
},
},
},
},
Environment: pulumi.String("string"),
Name: pulumi.String("string"),
TestResult: dialogflowv3.GoogleCloudDialogflowCxV3TestCaseResultTestResultTestResultUnspecified,
TestTime: pulumi.String("string"),
},
Location: pulumi.String("string"),
Name: pulumi.String("string"),
Notes: pulumi.String("string"),
Project: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
TestCaseConversationTurns: dialogflow.GoogleCloudDialogflowCxV3ConversationTurnArray{
&dialogflow.GoogleCloudDialogflowCxV3ConversationTurnArgs{
UserInput: &dialogflow.GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs{
EnableSentimentAnalysis: pulumi.Bool(false),
InjectedParameters: pulumi.StringMap{
"string": pulumi.String("string"),
},
Input: &dialogflow.GoogleCloudDialogflowCxV3QueryInputArgs{
LanguageCode: pulumi.String("string"),
Audio: &dialogflow.GoogleCloudDialogflowCxV3AudioInputArgs{
Config: &dialogflow.GoogleCloudDialogflowCxV3InputAudioConfigArgs{
AudioEncoding: dialogflowv3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingAudioEncodingUnspecified,
BargeInConfig: &dialogflow.GoogleCloudDialogflowCxV3BargeInConfigArgs{
NoBargeInDuration: pulumi.String("string"),
TotalDuration: pulumi.String("string"),
},
EnableWordInfo: pulumi.Bool(false),
Model: pulumi.String("string"),
ModelVariant: dialogflowv3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariantSpeechModelVariantUnspecified,
PhraseHints: pulumi.StringArray{
pulumi.String("string"),
},
SampleRateHertz: pulumi.Int(0),
SingleUtterance: pulumi.Bool(false),
},
Audio: pulumi.String("string"),
},
Dtmf: &dialogflow.GoogleCloudDialogflowCxV3DtmfInputArgs{
Digits: pulumi.String("string"),
FinishDigit: pulumi.String("string"),
},
Event: &dialogflow.GoogleCloudDialogflowCxV3EventInputArgs{
Event: pulumi.String("string"),
},
Intent: &dialogflow.GoogleCloudDialogflowCxV3IntentInputTypeArgs{
Intent: pulumi.String("string"),
},
Text: &dialogflow.GoogleCloudDialogflowCxV3TextInputArgs{
Text: pulumi.String("string"),
},
},
IsWebhookEnabled: pulumi.Bool(false),
},
VirtualAgentOutput: dialogflow.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs{
DiagnosticInfo: pulumi.StringMap{
"string": pulumi.String("string"),
},
CurrentPage: &dialogflow.GoogleCloudDialogflowCxV3PageArgs{
DisplayName: pulumi.String("string"),
AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsArgs{
AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3GcsDestinationArgs{
Uri: pulumi.String("string"),
},
DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs{
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs{
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
EntryFulfillment: &dialogflow.GoogleCloudDialogflowCxV3FulfillmentArgs{
AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsArgs{
AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3GcsDestinationArgs{
Uri: pulumi.String("string"),
},
DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs{
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs{
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
&dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArgs{
Channel: pulumi.String("string"),
ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs{
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs{
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
OutputAudioText: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs{
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: pulumi.StringMap{
"string": pulumi.String("string"),
},
PlayAudio: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs{
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs{
PhoneNumber: pulumi.String("string"),
},
Text: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArgs{
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
&dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
EventHandlers: []dialogflow.GoogleCloudDialogflowCxV3EventHandlerArgs{
{
Event: pulumi.String("string"),
TargetFlow: pulumi.String("string"),
TargetPage: pulumi.String("string"),
TriggerFulfillment: {
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
{
Channel: pulumi.String("string"),
ConversationSuccess: {
Metadata: {
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: {
Metadata: {
"string": pulumi.String("string"),
},
},
OutputAudioText: {
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: {
"string": pulumi.String("string"),
},
PlayAudio: {
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: {
PhoneNumber: pulumi.String("string"),
},
Text: {
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
},
},
Form: &dialogflow.GoogleCloudDialogflowCxV3FormArgs{
Parameters: []dialogflow.GoogleCloudDialogflowCxV3FormParameterArgs{
{
DisplayName: pulumi.String("string"),
EntityType: pulumi.String("string"),
FillBehavior: {
InitialPromptFulfillment: {
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
{
Channel: pulumi.String("string"),
ConversationSuccess: {
Metadata: {
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: {
Metadata: {
"string": pulumi.String("string"),
},
},
OutputAudioText: {
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: {
"string": pulumi.String("string"),
},
PlayAudio: {
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: {
PhoneNumber: pulumi.String("string"),
},
Text: {
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
RepromptEventHandlers: []dialogflow.GoogleCloudDialogflowCxV3EventHandlerArgs{
{
Event: pulumi.String("string"),
TargetFlow: pulumi.String("string"),
TargetPage: pulumi.String("string"),
TriggerFulfillment: {
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
{
Channel: pulumi.String("string"),
ConversationSuccess: {
Metadata: {
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: {
Metadata: {
"string": pulumi.String("string"),
},
},
OutputAudioText: {
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: {
"string": pulumi.String("string"),
},
PlayAudio: {
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: {
PhoneNumber: pulumi.String("string"),
},
Text: {
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
},
},
},
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
DefaultValue: pulumi.Any("any"),
IsList: pulumi.Bool(false),
Redact: pulumi.Bool(false),
Required: pulumi.Bool(false),
},
},
},
KnowledgeConnectorSettings: &dialogflow.GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs{
DataStoreConnections: dialogflow.GoogleCloudDialogflowCxV3DataStoreConnectionArray{
&dialogflow.GoogleCloudDialogflowCxV3DataStoreConnectionArgs{
DataStore: pulumi.String("string"),
DataStoreType: dialogflowv3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreTypeDataStoreTypeUnspecified,
},
},
Enabled: pulumi.Bool(false),
TargetFlow: pulumi.String("string"),
TargetPage: pulumi.String("string"),
TriggerFulfillment: &dialogflow.GoogleCloudDialogflowCxV3FulfillmentArgs{
AdvancedSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsArgs{
AudioExportGcsDestination: &dialogflow.GoogleCloudDialogflowCxV3GcsDestinationArgs{
Uri: pulumi.String("string"),
},
DtmfSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs{
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: &dialogflow.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs{
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
&dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArgs{
Channel: pulumi.String("string"),
ConversationSuccess: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs{
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs{
Metadata: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
OutputAudioText: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs{
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: pulumi.StringMap{
"string": pulumi.String("string"),
},
PlayAudio: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs{
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs{
PhoneNumber: pulumi.String("string"),
},
Text: &dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArgs{
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
&dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
TransitionRouteGroups: pulumi.StringArray{
pulumi.String("string"),
},
TransitionRoutes: []dialogflow.GoogleCloudDialogflowCxV3TransitionRouteArgs{
{
Condition: pulumi.String("string"),
Description: pulumi.String("string"),
Intent: pulumi.String("string"),
TargetFlow: pulumi.String("string"),
TargetPage: pulumi.String("string"),
TriggerFulfillment: {
AdvancedSettings: {
AudioExportGcsDestination: {
Uri: pulumi.String("string"),
},
DtmfSettings: {
Enabled: pulumi.Bool(false),
FinishDigit: pulumi.String("string"),
MaxDigits: pulumi.Int(0),
},
LoggingSettings: {
EnableInteractionLogging: pulumi.Bool(false),
EnableStackdriverLogging: pulumi.Bool(false),
},
},
ConditionalCases: dialogflow.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArray{
googleCloudDialogflowCxV3FulfillmentConditionalCases,
},
EnableGenerativeFallback: pulumi.Bool(false),
Messages: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageArray{
{
Channel: pulumi.String("string"),
ConversationSuccess: {
Metadata: {
"string": pulumi.String("string"),
},
},
KnowledgeInfoCard: nil,
LiveAgentHandoff: {
Metadata: {
"string": pulumi.String("string"),
},
},
OutputAudioText: {
Ssml: pulumi.String("string"),
Text: pulumi.String("string"),
},
Payload: {
"string": pulumi.String("string"),
},
PlayAudio: {
AudioUri: pulumi.String("string"),
},
ResponseType: dialogflowv3.GoogleCloudDialogflowCxV3ResponseMessageResponseTypeResponseTypeUnspecified,
TelephonyTransferCall: {
PhoneNumber: pulumi.String("string"),
},
Text: {
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ReturnPartialResponses: pulumi.Bool(false),
SetParameterActions: dialogflow.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArray{
{
Parameter: pulumi.String("string"),
Value: pulumi.Any("any"),
},
},
Tag: pulumi.String("string"),
Webhook: pulumi.String("string"),
},
},
},
},
SessionParameters: pulumi.StringMap{
"string": pulumi.String("string"),
},
Status: &dialogflow.GoogleRpcStatusArgs{
Code: pulumi.Int(0),
Details: pulumi.StringMapArray{
pulumi.StringMap{
"string": pulumi.String("string"),
},
},
Message: pulumi.String("string"),
},
TextResponses: dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArray{
&dialogflow.GoogleCloudDialogflowCxV3ResponseMessageTextArgs{
Text: pulumi.StringArray{
pulumi.String("string"),
},
},
},
TriggeredIntent: &dialogflow.GoogleCloudDialogflowCxV3IntentArgs{
DisplayName: pulumi.String("string"),
Description: pulumi.String("string"),
IsFallback: pulumi.Bool(false),
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Name: pulumi.String("string"),
Parameters: dialogflow.GoogleCloudDialogflowCxV3IntentParameterArray{
&dialogflow.GoogleCloudDialogflowCxV3IntentParameterArgs{
EntityType: pulumi.String("string"),
Id: pulumi.String("string"),
IsList: pulumi.Bool(false),
Redact: pulumi.Bool(false),
},
},
Priority: pulumi.Int(0),
TrainingPhrases: dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhraseArray{
&dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs{
Parts: dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArray{
&dialogflow.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs{
Text: pulumi.String("string"),
ParameterId: pulumi.String("string"),
},
},
RepeatCount: pulumi.Int(0),
},
},
},
},
},
},
TestConfig: &dialogflow.GoogleCloudDialogflowCxV3TestConfigArgs{
Flow: pulumi.String("string"),
Page: pulumi.String("string"),
TrackingParameters: pulumi.StringArray{
pulumi.String("string"),
},
},
})
var testCaseResource = new TestCase("testCaseResource", TestCaseArgs.builder()
.agentId("string")
.displayName("string")
.lastTestResult(GoogleCloudDialogflowCxV3TestCaseResultArgs.builder()
.conversationTurns(GoogleCloudDialogflowCxV3ConversationTurnArgs.builder()
.userInput(GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs.builder()
.enableSentimentAnalysis(false)
.injectedParameters(Map.of("string", "string"))
.input(GoogleCloudDialogflowCxV3QueryInputArgs.builder()
.languageCode("string")
.audio(GoogleCloudDialogflowCxV3AudioInputArgs.builder()
.config(GoogleCloudDialogflowCxV3InputAudioConfigArgs.builder()
.audioEncoding("AUDIO_ENCODING_UNSPECIFIED")
.bargeInConfig(GoogleCloudDialogflowCxV3BargeInConfigArgs.builder()
.noBargeInDuration("string")
.totalDuration("string")
.build())
.enableWordInfo(false)
.model("string")
.modelVariant("SPEECH_MODEL_VARIANT_UNSPECIFIED")
.phraseHints("string")
.sampleRateHertz(0)
.singleUtterance(false)
.build())
.audio("string")
.build())
.dtmf(GoogleCloudDialogflowCxV3DtmfInputArgs.builder()
.digits("string")
.finishDigit("string")
.build())
.event(GoogleCloudDialogflowCxV3EventInputArgs.builder()
.event("string")
.build())
.intent(GoogleCloudDialogflowCxV3IntentInputArgs.builder()
.intent("string")
.build())
.text(GoogleCloudDialogflowCxV3TextInputArgs.builder()
.text("string")
.build())
.build())
.isWebhookEnabled(false)
.build())
.virtualAgentOutput(GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs.builder()
.diagnosticInfo(Map.of("string", "string"))
.currentPage(GoogleCloudDialogflowCxV3PageArgs.builder()
.displayName("string")
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.entryFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs.builder()
.cases(GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs.builder()
.caseContent(GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs.builder()
.additionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
.message(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.build())
.condition("string")
.build())
.build())
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.eventHandlers(GoogleCloudDialogflowCxV3EventHandlerArgs.builder()
.event("string")
.targetFlow("string")
.targetPage("string")
.triggerFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.build())
.form(GoogleCloudDialogflowCxV3FormArgs.builder()
.parameters(GoogleCloudDialogflowCxV3FormParameterArgs.builder()
.displayName("string")
.entityType("string")
.fillBehavior(GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs.builder()
.initialPromptFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.repromptEventHandlers(GoogleCloudDialogflowCxV3EventHandlerArgs.builder()
.event("string")
.targetFlow("string")
.targetPage("string")
.triggerFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.build())
.build())
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.defaultValue("any")
.isList(false)
.redact(false)
.required(false)
.build())
.build())
.knowledgeConnectorSettings(GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs.builder()
.dataStoreConnections(GoogleCloudDialogflowCxV3DataStoreConnectionArgs.builder()
.dataStore("string")
.dataStoreType("DATA_STORE_TYPE_UNSPECIFIED")
.build())
.enabled(false)
.targetFlow("string")
.targetPage("string")
.triggerFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.build())
.name("string")
.transitionRouteGroups("string")
.transitionRoutes(GoogleCloudDialogflowCxV3TransitionRouteArgs.builder()
.condition("string")
.description("string")
.intent("string")
.targetFlow("string")
.targetPage("string")
.triggerFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.build())
.build())
.sessionParameters(Map.of("string", "string"))
.status(GoogleRpcStatusArgs.builder()
.code(0)
.details(Map.of("string", "string"))
.message("string")
.build())
.textResponses(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.triggeredIntent(GoogleCloudDialogflowCxV3IntentArgs.builder()
.displayName("string")
.description("string")
.isFallback(false)
.labels(Map.of("string", "string"))
.name("string")
.parameters(GoogleCloudDialogflowCxV3IntentParameterArgs.builder()
.entityType("string")
.id("string")
.isList(false)
.redact(false)
.build())
.priority(0)
.trainingPhrases(GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs.builder()
.parts(GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs.builder()
.text("string")
.parameterId("string")
.build())
.repeatCount(0)
.build())
.build())
.build())
.build())
.environment("string")
.name("string")
.testResult("TEST_RESULT_UNSPECIFIED")
.testTime("string")
.build())
.location("string")
.name("string")
.notes("string")
.project("string")
.tags("string")
.testCaseConversationTurns(GoogleCloudDialogflowCxV3ConversationTurnArgs.builder()
.userInput(GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs.builder()
.enableSentimentAnalysis(false)
.injectedParameters(Map.of("string", "string"))
.input(GoogleCloudDialogflowCxV3QueryInputArgs.builder()
.languageCode("string")
.audio(GoogleCloudDialogflowCxV3AudioInputArgs.builder()
.config(GoogleCloudDialogflowCxV3InputAudioConfigArgs.builder()
.audioEncoding("AUDIO_ENCODING_UNSPECIFIED")
.bargeInConfig(GoogleCloudDialogflowCxV3BargeInConfigArgs.builder()
.noBargeInDuration("string")
.totalDuration("string")
.build())
.enableWordInfo(false)
.model("string")
.modelVariant("SPEECH_MODEL_VARIANT_UNSPECIFIED")
.phraseHints("string")
.sampleRateHertz(0)
.singleUtterance(false)
.build())
.audio("string")
.build())
.dtmf(GoogleCloudDialogflowCxV3DtmfInputArgs.builder()
.digits("string")
.finishDigit("string")
.build())
.event(GoogleCloudDialogflowCxV3EventInputArgs.builder()
.event("string")
.build())
.intent(GoogleCloudDialogflowCxV3IntentInputArgs.builder()
.intent("string")
.build())
.text(GoogleCloudDialogflowCxV3TextInputArgs.builder()
.text("string")
.build())
.build())
.isWebhookEnabled(false)
.build())
.virtualAgentOutput(GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs.builder()
.diagnosticInfo(Map.of("string", "string"))
.currentPage(GoogleCloudDialogflowCxV3PageArgs.builder()
.displayName("string")
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.entryFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.eventHandlers(GoogleCloudDialogflowCxV3EventHandlerArgs.builder()
.event("string")
.targetFlow("string")
.targetPage("string")
.triggerFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.build())
.form(GoogleCloudDialogflowCxV3FormArgs.builder()
.parameters(GoogleCloudDialogflowCxV3FormParameterArgs.builder()
.displayName("string")
.entityType("string")
.fillBehavior(GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs.builder()
.initialPromptFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.repromptEventHandlers(GoogleCloudDialogflowCxV3EventHandlerArgs.builder()
.event("string")
.targetFlow("string")
.targetPage("string")
.triggerFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.build())
.build())
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.defaultValue("any")
.isList(false)
.redact(false)
.required(false)
.build())
.build())
.knowledgeConnectorSettings(GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs.builder()
.dataStoreConnections(GoogleCloudDialogflowCxV3DataStoreConnectionArgs.builder()
.dataStore("string")
.dataStoreType("DATA_STORE_TYPE_UNSPECIFIED")
.build())
.enabled(false)
.targetFlow("string")
.targetPage("string")
.triggerFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.build())
.name("string")
.transitionRouteGroups("string")
.transitionRoutes(GoogleCloudDialogflowCxV3TransitionRouteArgs.builder()
.condition("string")
.description("string")
.intent("string")
.targetFlow("string")
.targetPage("string")
.triggerFulfillment(GoogleCloudDialogflowCxV3FulfillmentArgs.builder()
.advancedSettings(GoogleCloudDialogflowCxV3AdvancedSettingsArgs.builder()
.audioExportGcsDestination(GoogleCloudDialogflowCxV3GcsDestinationArgs.builder()
.uri("string")
.build())
.dtmfSettings(GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs.builder()
.enabled(false)
.finishDigit("string")
.maxDigits(0)
.build())
.loggingSettings(GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs.builder()
.enableInteractionLogging(false)
.enableStackdriverLogging(false)
.build())
.build())
.conditionalCases(googleCloudDialogflowCxV3FulfillmentConditionalCases)
.enableGenerativeFallback(false)
.messages(GoogleCloudDialogflowCxV3ResponseMessageArgs.builder()
.channel("string")
.conversationSuccess(GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.knowledgeInfoCard()
.liveAgentHandoff(GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs.builder()
.metadata(Map.of("string", "string"))
.build())
.outputAudioText(GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs.builder()
.ssml("string")
.text("string")
.build())
.payload(Map.of("string", "string"))
.playAudio(GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs.builder()
.audioUri("string")
.build())
.responseType("RESPONSE_TYPE_UNSPECIFIED")
.telephonyTransferCall(GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs.builder()
.phoneNumber("string")
.build())
.text(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.build())
.returnPartialResponses(false)
.setParameterActions(GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs.builder()
.parameter("string")
.value("any")
.build())
.tag("string")
.webhook("string")
.build())
.build())
.build())
.sessionParameters(Map.of("string", "string"))
.status(GoogleRpcStatusArgs.builder()
.code(0)
.details(Map.of("string", "string"))
.message("string")
.build())
.textResponses(GoogleCloudDialogflowCxV3ResponseMessageTextArgs.builder()
.text("string")
.build())
.triggeredIntent(GoogleCloudDialogflowCxV3IntentArgs.builder()
.displayName("string")
.description("string")
.isFallback(false)
.labels(Map.of("string", "string"))
.name("string")
.parameters(GoogleCloudDialogflowCxV3IntentParameterArgs.builder()
.entityType("string")
.id("string")
.isList(false)
.redact(false)
.build())
.priority(0)
.trainingPhrases(GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs.builder()
.parts(GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs.builder()
.text("string")
.parameterId("string")
.build())
.repeatCount(0)
.build())
.build())
.build())
.build())
.testConfig(GoogleCloudDialogflowCxV3TestConfigArgs.builder()
.flow("string")
.page("string")
.trackingParameters("string")
.build())
.build());
test_case_resource = google_native.dialogflow.v3.TestCase("testCaseResource",
agent_id="string",
display_name="string",
last_test_result=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3TestCaseResultArgs(
conversation_turns=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ConversationTurnArgs(
user_input=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs(
enable_sentiment_analysis=False,
injected_parameters={
"string": "string",
},
input=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3QueryInputArgs(
language_code="string",
audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AudioInputArgs(
config=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigArgs(
audio_encoding=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding.AUDIO_ENCODING_UNSPECIFIED,
barge_in_config=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3BargeInConfigArgs(
no_barge_in_duration="string",
total_duration="string",
),
enable_word_info=False,
model="string",
model_variant=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant.SPEECH_MODEL_VARIANT_UNSPECIFIED,
phrase_hints=["string"],
sample_rate_hertz=0,
single_utterance=False,
),
audio="string",
),
dtmf=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3DtmfInputArgs(
digits="string",
finish_digit="string",
),
event=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3EventInputArgs(
event="string",
),
intent=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3IntentInputArgs(
intent="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3TextInputArgs(
text="string",
),
),
is_webhook_enabled=False,
),
virtual_agent_output=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs(
diagnostic_info={
"string": "string",
},
current_page=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3PageArgs(
display_name="string",
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
entry_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs(
cases=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs(
case_content=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs(
additional_cases=google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases,
message=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
),
)],
condition="string",
)],
)],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
event_handlers=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3EventHandlerArgs(
event="string",
target_flow="string",
target_page="string",
trigger_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
)],
form=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FormArgs(
parameters=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FormParameterArgs(
display_name="string",
entity_type="string",
fill_behavior=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs(
initial_prompt_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
reprompt_event_handlers=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3EventHandlerArgs(
event="string",
target_flow="string",
target_page="string",
trigger_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
)],
),
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
default_value="any",
is_list=False,
redact=False,
required=False,
)],
),
knowledge_connector_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs(
data_store_connections=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3DataStoreConnectionArgs(
data_store="string",
data_store_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType.DATA_STORE_TYPE_UNSPECIFIED,
)],
enabled=False,
target_flow="string",
target_page="string",
trigger_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
),
name="string",
transition_route_groups=["string"],
transition_routes=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3TransitionRouteArgs(
condition="string",
description="string",
intent="string",
target_flow="string",
target_page="string",
trigger_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
)],
),
session_parameters={
"string": "string",
},
status=google_native.dialogflow.v3.GoogleRpcStatusArgs(
code=0,
details=[{
"string": "string",
}],
message="string",
),
text_responses=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
)],
triggered_intent=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3IntentArgs(
display_name="string",
description="string",
is_fallback=False,
labels={
"string": "string",
},
name="string",
parameters=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3IntentParameterArgs(
entity_type="string",
id="string",
is_list=False,
redact=False,
)],
priority=0,
training_phrases=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs(
parts=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs(
text="string",
parameter_id="string",
)],
repeat_count=0,
)],
),
),
)],
environment="string",
name="string",
test_result=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3TestCaseResultTestResult.TEST_RESULT_UNSPECIFIED,
test_time="string",
),
location="string",
name="string",
notes="string",
project="string",
tags=["string"],
test_case_conversation_turns=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ConversationTurnArgs(
user_input=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs(
enable_sentiment_analysis=False,
injected_parameters={
"string": "string",
},
input=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3QueryInputArgs(
language_code="string",
audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AudioInputArgs(
config=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigArgs(
audio_encoding=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding.AUDIO_ENCODING_UNSPECIFIED,
barge_in_config=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3BargeInConfigArgs(
no_barge_in_duration="string",
total_duration="string",
),
enable_word_info=False,
model="string",
model_variant=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant.SPEECH_MODEL_VARIANT_UNSPECIFIED,
phrase_hints=["string"],
sample_rate_hertz=0,
single_utterance=False,
),
audio="string",
),
dtmf=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3DtmfInputArgs(
digits="string",
finish_digit="string",
),
event=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3EventInputArgs(
event="string",
),
intent=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3IntentInputArgs(
intent="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3TextInputArgs(
text="string",
),
),
is_webhook_enabled=False,
),
virtual_agent_output=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs(
diagnostic_info={
"string": "string",
},
current_page=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3PageArgs(
display_name="string",
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
entry_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
event_handlers=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3EventHandlerArgs(
event="string",
target_flow="string",
target_page="string",
trigger_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
)],
form=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FormArgs(
parameters=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FormParameterArgs(
display_name="string",
entity_type="string",
fill_behavior=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs(
initial_prompt_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
reprompt_event_handlers=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3EventHandlerArgs(
event="string",
target_flow="string",
target_page="string",
trigger_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
)],
),
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
default_value="any",
is_list=False,
redact=False,
required=False,
)],
),
knowledge_connector_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs(
data_store_connections=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3DataStoreConnectionArgs(
data_store="string",
data_store_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType.DATA_STORE_TYPE_UNSPECIFIED,
)],
enabled=False,
target_flow="string",
target_page="string",
trigger_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
),
name="string",
transition_route_groups=["string"],
transition_routes=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3TransitionRouteArgs(
condition="string",
description="string",
intent="string",
target_flow="string",
target_page="string",
trigger_fulfillment=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentArgs(
advanced_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsArgs(
audio_export_gcs_destination=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3GcsDestinationArgs(
uri="string",
),
dtmf_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs(
enabled=False,
finish_digit="string",
max_digits=0,
),
logging_settings=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs(
enable_interaction_logging=False,
enable_stackdriver_logging=False,
),
),
conditional_cases=[google_cloud_dialogflow_cx_v3_fulfillment_conditional_cases],
enable_generative_fallback=False,
messages=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageArgs(
channel="string",
conversation_success=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs(
metadata={
"string": "string",
},
),
knowledge_info_card=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardArgs(),
live_agent_handoff=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs(
metadata={
"string": "string",
},
),
output_audio_text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs(
ssml="string",
text="string",
),
payload={
"string": "string",
},
play_audio=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs(
audio_uri="string",
),
response_type=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.RESPONSE_TYPE_UNSPECIFIED,
telephony_transfer_call=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs(
phone_number="string",
),
text=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
),
)],
return_partial_responses=False,
set_parameter_actions=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs(
parameter="string",
value="any",
)],
tag="string",
webhook="string",
),
)],
),
session_parameters={
"string": "string",
},
status=google_native.dialogflow.v3.GoogleRpcStatusArgs(
code=0,
details=[{
"string": "string",
}],
message="string",
),
text_responses=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageTextArgs(
text=["string"],
)],
triggered_intent=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3IntentArgs(
display_name="string",
description="string",
is_fallback=False,
labels={
"string": "string",
},
name="string",
parameters=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3IntentParameterArgs(
entity_type="string",
id="string",
is_list=False,
redact=False,
)],
priority=0,
training_phrases=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs(
parts=[google_native.dialogflow.v3.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs(
text="string",
parameter_id="string",
)],
repeat_count=0,
)],
),
),
)],
test_config=google_native.dialogflow.v3.GoogleCloudDialogflowCxV3TestConfigArgs(
flow="string",
page="string",
tracking_parameters=["string"],
))
const testCaseResource = new google_native.dialogflow.v3.TestCase("testCaseResource", {
agentId: "string",
displayName: "string",
lastTestResult: {
conversationTurns: [{
userInput: {
enableSentimentAnalysis: false,
injectedParameters: {
string: "string",
},
input: {
languageCode: "string",
audio: {
config: {
audioEncoding: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding.AudioEncodingUnspecified,
bargeInConfig: {
noBargeInDuration: "string",
totalDuration: "string",
},
enableWordInfo: false,
model: "string",
modelVariant: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant.SpeechModelVariantUnspecified,
phraseHints: ["string"],
sampleRateHertz: 0,
singleUtterance: false,
},
audio: "string",
},
dtmf: {
digits: "string",
finishDigit: "string",
},
event: {
event: "string",
},
intent: {
intent: "string",
},
text: {
text: "string",
},
},
isWebhookEnabled: false,
},
virtualAgentOutput: {
diagnosticInfo: {
string: "string",
},
currentPage: {
displayName: "string",
advancedSettings: {
audioExportGcsDestination: {
uri: "string",
},
dtmfSettings: {
enabled: false,
finishDigit: "string",
maxDigits: 0,
},
loggingSettings: {
enableInteractionLogging: false,
enableStackdriverLogging: false,
},
},
entryFulfillment: {
advancedSettings: {
audioExportGcsDestination: {
uri: "string",
},
dtmfSettings: {
enabled: false,
finishDigit: "string",
maxDigits: 0,
},
loggingSettings: {
enableInteractionLogging: false,
enableStackdriverLogging: false,
},
},
conditionalCases: [{
cases: [{
caseContent: [{
additionalCases: googleCloudDialogflowCxV3FulfillmentConditionalCases,
message: {
channel: "string",
conversationSuccess: {
metadata: {
string: "string",
},
},
knowledgeInfoCard: {},
liveAgentHandoff: {
metadata: {
string: "string",
},
},
outputAudioText: {
ssml: "string",
text: "string",
},
payload: {
string: "string",
},
playAudio: {
audioUri: "string",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
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",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "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: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
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",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "string",
},
}],
form: {
parameters: [{
displayName: "string",
entityType: "string",
fillBehavior: {
initialPromptFulfillment: {
advancedSettings: {
audioExportGcsDestination: {
uri: "string",
},
dtmfSettings: {
enabled: false,
finishDigit: "string",
maxDigits: 0,
},
loggingSettings: {
enableInteractionLogging: false,
enableStackdriverLogging: false,
},
},
conditionalCases: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
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",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "string",
},
repromptEventHandlers: [{
event: "string",
targetFlow: "string",
targetPage: "string",
triggerFulfillment: {
advancedSettings: {
audioExportGcsDestination: {
uri: "string",
},
dtmfSettings: {
enabled: false,
finishDigit: "string",
maxDigits: 0,
},
loggingSettings: {
enableInteractionLogging: false,
enableStackdriverLogging: false,
},
},
conditionalCases: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
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",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
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,
},
},
defaultValue: "any",
isList: false,
redact: false,
required: false,
}],
},
knowledgeConnectorSettings: {
dataStoreConnections: [{
dataStore: "string",
dataStoreType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType.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: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
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",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "string",
},
},
name: "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: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
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",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "string",
},
}],
},
sessionParameters: {
string: "string",
},
status: {
code: 0,
details: [{
string: "string",
}],
message: "string",
},
textResponses: [{
text: ["string"],
}],
triggeredIntent: {
displayName: "string",
description: "string",
isFallback: false,
labels: {
string: "string",
},
name: "string",
parameters: [{
entityType: "string",
id: "string",
isList: false,
redact: false,
}],
priority: 0,
trainingPhrases: [{
parts: [{
text: "string",
parameterId: "string",
}],
repeatCount: 0,
}],
},
},
}],
environment: "string",
name: "string",
testResult: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3TestCaseResultTestResult.TestResultUnspecified,
testTime: "string",
},
location: "string",
name: "string",
notes: "string",
project: "string",
tags: ["string"],
testCaseConversationTurns: [{
userInput: {
enableSentimentAnalysis: false,
injectedParameters: {
string: "string",
},
input: {
languageCode: "string",
audio: {
config: {
audioEncoding: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding.AudioEncodingUnspecified,
bargeInConfig: {
noBargeInDuration: "string",
totalDuration: "string",
},
enableWordInfo: false,
model: "string",
modelVariant: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3InputAudioConfigModelVariant.SpeechModelVariantUnspecified,
phraseHints: ["string"],
sampleRateHertz: 0,
singleUtterance: false,
},
audio: "string",
},
dtmf: {
digits: "string",
finishDigit: "string",
},
event: {
event: "string",
},
intent: {
intent: "string",
},
text: {
text: "string",
},
},
isWebhookEnabled: false,
},
virtualAgentOutput: {
diagnosticInfo: {
string: "string",
},
currentPage: {
displayName: "string",
advancedSettings: {
audioExportGcsDestination: {
uri: "string",
},
dtmfSettings: {
enabled: false,
finishDigit: "string",
maxDigits: 0,
},
loggingSettings: {
enableInteractionLogging: false,
enableStackdriverLogging: false,
},
},
entryFulfillment: {
advancedSettings: {
audioExportGcsDestination: {
uri: "string",
},
dtmfSettings: {
enabled: false,
finishDigit: "string",
maxDigits: 0,
},
loggingSettings: {
enableInteractionLogging: false,
enableStackdriverLogging: false,
},
},
conditionalCases: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
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",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "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: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
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",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "string",
},
}],
form: {
parameters: [{
displayName: "string",
entityType: "string",
fillBehavior: {
initialPromptFulfillment: {
advancedSettings: {
audioExportGcsDestination: {
uri: "string",
},
dtmfSettings: {
enabled: false,
finishDigit: "string",
maxDigits: 0,
},
loggingSettings: {
enableInteractionLogging: false,
enableStackdriverLogging: false,
},
},
conditionalCases: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
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",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "string",
},
repromptEventHandlers: [{
event: "string",
targetFlow: "string",
targetPage: "string",
triggerFulfillment: {
advancedSettings: {
audioExportGcsDestination: {
uri: "string",
},
dtmfSettings: {
enabled: false,
finishDigit: "string",
maxDigits: 0,
},
loggingSettings: {
enableInteractionLogging: false,
enableStackdriverLogging: false,
},
},
conditionalCases: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
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",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
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,
},
},
defaultValue: "any",
isList: false,
redact: false,
required: false,
}],
},
knowledgeConnectorSettings: {
dataStoreConnections: [{
dataStore: "string",
dataStoreType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType.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: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
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",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "string",
},
},
name: "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: [googleCloudDialogflowCxV3FulfillmentConditionalCases],
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",
},
responseType: google_native.dialogflow.v3.GoogleCloudDialogflowCxV3ResponseMessageResponseType.ResponseTypeUnspecified,
telephonyTransferCall: {
phoneNumber: "string",
},
text: {
text: ["string"],
},
}],
returnPartialResponses: false,
setParameterActions: [{
parameter: "string",
value: "any",
}],
tag: "string",
webhook: "string",
},
}],
},
sessionParameters: {
string: "string",
},
status: {
code: 0,
details: [{
string: "string",
}],
message: "string",
},
textResponses: [{
text: ["string"],
}],
triggeredIntent: {
displayName: "string",
description: "string",
isFallback: false,
labels: {
string: "string",
},
name: "string",
parameters: [{
entityType: "string",
id: "string",
isList: false,
redact: false,
}],
priority: 0,
trainingPhrases: [{
parts: [{
text: "string",
parameterId: "string",
}],
repeatCount: 0,
}],
},
},
}],
testConfig: {
flow: "string",
page: "string",
trackingParameters: ["string"],
},
});
type: google-native:dialogflow/v3:TestCase
properties:
agentId: string
displayName: string
lastTestResult:
conversationTurns:
- userInput:
enableSentimentAnalysis: false
injectedParameters:
string: string
input:
audio:
audio: string
config:
audioEncoding: AUDIO_ENCODING_UNSPECIFIED
bargeInConfig:
noBargeInDuration: string
totalDuration: string
enableWordInfo: false
model: string
modelVariant: SPEECH_MODEL_VARIANT_UNSPECIFIED
phraseHints:
- string
sampleRateHertz: 0
singleUtterance: false
dtmf:
digits: string
finishDigit: string
event:
event: string
intent:
intent: string
languageCode: string
text:
text: string
isWebhookEnabled: false
virtualAgentOutput:
currentPage:
advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
displayName: string
entryFulfillment:
advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
conditionalCases:
- cases:
- caseContent:
- additionalCases: ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
message:
channel: string
conversationSuccess:
metadata:
string: string
knowledgeInfoCard: {}
liveAgentHandoff:
metadata:
string: string
outputAudioText:
ssml: string
text: string
payload:
string: string
playAudio:
audioUri: string
responseType: RESPONSE_TYPE_UNSPECIFIED
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
responseType: RESPONSE_TYPE_UNSPECIFIED
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: 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:
- ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
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
responseType: RESPONSE_TYPE_UNSPECIFIED
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
form:
parameters:
- advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
defaultValue: any
displayName: string
entityType: string
fillBehavior:
initialPromptFulfillment:
advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
conditionalCases:
- ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
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
responseType: RESPONSE_TYPE_UNSPECIFIED
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
repromptEventHandlers:
- event: string
targetFlow: string
targetPage: string
triggerFulfillment:
advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
conditionalCases:
- ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
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
responseType: RESPONSE_TYPE_UNSPECIFIED
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
isList: false
redact: false
required: false
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:
- ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
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
responseType: RESPONSE_TYPE_UNSPECIFIED
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
name: 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:
- ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
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
responseType: RESPONSE_TYPE_UNSPECIFIED
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
diagnosticInfo:
string: string
sessionParameters:
string: string
status:
code: 0
details:
- string: string
message: string
textResponses:
- text:
- string
triggeredIntent:
description: string
displayName: string
isFallback: false
labels:
string: string
name: string
parameters:
- entityType: string
id: string
isList: false
redact: false
priority: 0
trainingPhrases:
- parts:
- parameterId: string
text: string
repeatCount: 0
environment: string
name: string
testResult: TEST_RESULT_UNSPECIFIED
testTime: string
location: string
name: string
notes: string
project: string
tags:
- string
testCaseConversationTurns:
- userInput:
enableSentimentAnalysis: false
injectedParameters:
string: string
input:
audio:
audio: string
config:
audioEncoding: AUDIO_ENCODING_UNSPECIFIED
bargeInConfig:
noBargeInDuration: string
totalDuration: string
enableWordInfo: false
model: string
modelVariant: SPEECH_MODEL_VARIANT_UNSPECIFIED
phraseHints:
- string
sampleRateHertz: 0
singleUtterance: false
dtmf:
digits: string
finishDigit: string
event:
event: string
intent:
intent: string
languageCode: string
text:
text: string
isWebhookEnabled: false
virtualAgentOutput:
currentPage:
advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
displayName: string
entryFulfillment:
advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
conditionalCases:
- ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
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
responseType: RESPONSE_TYPE_UNSPECIFIED
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: 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:
- ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
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
responseType: RESPONSE_TYPE_UNSPECIFIED
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
form:
parameters:
- advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
defaultValue: any
displayName: string
entityType: string
fillBehavior:
initialPromptFulfillment:
advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
conditionalCases:
- ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
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
responseType: RESPONSE_TYPE_UNSPECIFIED
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
repromptEventHandlers:
- event: string
targetFlow: string
targetPage: string
triggerFulfillment:
advancedSettings:
audioExportGcsDestination:
uri: string
dtmfSettings:
enabled: false
finishDigit: string
maxDigits: 0
loggingSettings:
enableInteractionLogging: false
enableStackdriverLogging: false
conditionalCases:
- ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
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
responseType: RESPONSE_TYPE_UNSPECIFIED
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
isList: false
redact: false
required: false
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:
- ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
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
responseType: RESPONSE_TYPE_UNSPECIFIED
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
name: 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:
- ${googleCloudDialogflowCxV3FulfillmentConditionalCases}
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
responseType: RESPONSE_TYPE_UNSPECIFIED
telephonyTransferCall:
phoneNumber: string
text:
text:
- string
returnPartialResponses: false
setParameterActions:
- parameter: string
value: any
tag: string
webhook: string
diagnosticInfo:
string: string
sessionParameters:
string: string
status:
code: 0
details:
- string: string
message: string
textResponses:
- text:
- string
triggeredIntent:
description: string
displayName: string
isFallback: false
labels:
string: string
name: string
parameters:
- entityType: string
id: string
isList: false
redact: false
priority: 0
trainingPhrases:
- parts:
- parameterId: string
text: string
repeatCount: 0
testConfig:
flow: string
page: string
trackingParameters:
- string
TestCase 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 TestCase resource accepts the following input properties:
- Agent
Id string - Display
Name string - The human-readable name of the test case, unique within the agent. Limit of 200 characters.
- Last
Test Pulumi.Result Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Test Case Result - The latest test result.
- Location string
- Name string
- The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format:
projects//locations//agents/ /testCases/
. - Notes string
- Additional freeform notes about the test case. Limit of 400 characters.
- Project string
- List<string>
- Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
- Test
Case List<Pulumi.Conversation Turns Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Conversation Turn> - The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
- Test
Config Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Test Config - Config for the test case.
- Agent
Id string - Display
Name string - The human-readable name of the test case, unique within the agent. Limit of 200 characters.
- Last
Test GoogleResult Cloud Dialogflow Cx V3Test Case Result Args - The latest test result.
- Location string
- Name string
- The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format:
projects//locations//agents/ /testCases/
. - Notes string
- Additional freeform notes about the test case. Limit of 400 characters.
- Project string
- []string
- Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
- Test
Case []GoogleConversation Turns Cloud Dialogflow Cx V3Conversation Turn Args - The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
- Test
Config GoogleCloud Dialogflow Cx V3Test Config Args - Config for the test case.
- agent
Id String - display
Name String - The human-readable name of the test case, unique within the agent. Limit of 200 characters.
- last
Test GoogleResult Cloud Dialogflow Cx V3Test Case Result - The latest test result.
- location String
- name String
- The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format:
projects//locations//agents/ /testCases/
. - notes String
- Additional freeform notes about the test case. Limit of 400 characters.
- project String
- List<String>
- Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
- test
Case List<GoogleConversation Turns Cloud Dialogflow Cx V3Conversation Turn> - The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
- test
Config GoogleCloud Dialogflow Cx V3Test Config - Config for the test case.
- agent
Id string - display
Name string - The human-readable name of the test case, unique within the agent. Limit of 200 characters.
- last
Test GoogleResult Cloud Dialogflow Cx V3Test Case Result - The latest test result.
- location string
- name string
- The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format:
projects//locations//agents/ /testCases/
. - notes string
- Additional freeform notes about the test case. Limit of 400 characters.
- project string
- string[]
- Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
- test
Case GoogleConversation Turns Cloud Dialogflow Cx V3Conversation Turn[] - The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
- test
Config GoogleCloud Dialogflow Cx V3Test Config - Config for the test case.
- agent_
id str - display_
name str - The human-readable name of the test case, unique within the agent. Limit of 200 characters.
- last_
test_ Googleresult Cloud Dialogflow Cx V3Test Case Result Args - The latest test result.
- location str
- name str
- The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format:
projects//locations//agents/ /testCases/
. - notes str
- Additional freeform notes about the test case. Limit of 400 characters.
- project str
- Sequence[str]
- Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
- test_
case_ Sequence[Googleconversation_ turns Cloud Dialogflow Cx V3Conversation Turn Args] - The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
- test_
config GoogleCloud Dialogflow Cx V3Test Config Args - Config for the test case.
- agent
Id String - display
Name String - The human-readable name of the test case, unique within the agent. Limit of 200 characters.
- last
Test Property MapResult - The latest test result.
- location String
- name String
- The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format:
projects//locations//agents/ /testCases/
. - notes String
- Additional freeform notes about the test case. Limit of 400 characters.
- project String
- List<String>
- Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
- test
Case List<Property Map>Conversation Turns - The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
- test
Config Property Map - Config for the test case.
Outputs
All input properties are implicitly available as output properties. Additionally, the TestCase resource produces the following output properties:
- Creation
Time string - When the test was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Creation
Time string - When the test was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- creation
Time String - When the test was created.
- id String
- The provider-assigned unique ID for this managed resource.
- creation
Time string - When the test was created.
- id string
- The provider-assigned unique ID for this managed resource.
- creation_
time str - When the test was created.
- id str
- The provider-assigned unique ID for this managed resource.
- creation
Time String - When the test was created.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GoogleCloudDialogflowCxV3AdvancedSettings, GoogleCloudDialogflowCxV3AdvancedSettingsArgs
- Audio
Export Pulumi.Gcs Destination Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Gcs 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. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced 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. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced 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 V3Gcs 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 V3Advanced Settings Dtmf Settings - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- Logging
Settings GoogleCloud Dialogflow Cx V3Advanced 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 V3Gcs 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 V3Advanced Settings Dtmf Settings - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging
Settings GoogleCloud Dialogflow Cx V3Advanced 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 V3Gcs 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 V3Advanced Settings Dtmf Settings - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging
Settings GoogleCloud Dialogflow Cx V3Advanced 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 V3Gcs 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 V3Advanced Settings Dtmf Settings - Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging_
settings GoogleCloud Dialogflow Cx V3Advanced 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.
GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettings, GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsArgs
- 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.
GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse, GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponseArgs
- 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.
GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings, GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsArgs
- 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.
GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse, GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponseArgs
- 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.
GoogleCloudDialogflowCxV3AdvancedSettingsResponse, GoogleCloudDialogflowCxV3AdvancedSettingsResponseArgs
- Audio
Export Pulumi.Gcs Destination Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Gcs 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. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced 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. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced 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 V3Gcs 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 V3Advanced 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 V3Advanced 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 V3Gcs 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 V3Advanced 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 V3Advanced 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 V3Gcs 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 V3Advanced 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 V3Advanced 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 V3Gcs 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 V3Advanced 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 V3Advanced 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.
GoogleCloudDialogflowCxV3AudioInput, GoogleCloudDialogflowCxV3AudioInputArgs
- Config
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Input Audio Config - Instructs the speech recognizer how to process the speech audio.
- Audio string
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both
config
andaudio
must be provided. For streaming audio detect intent,config
must be provided in the first request andaudio
must be provided in all following requests.
- Config
Google
Cloud Dialogflow Cx V3Input Audio Config - Instructs the speech recognizer how to process the speech audio.
- Audio string
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both
config
andaudio
must be provided. For streaming audio detect intent,config
must be provided in the first request andaudio
must be provided in all following requests.
- config
Google
Cloud Dialogflow Cx V3Input Audio Config - Instructs the speech recognizer how to process the speech audio.
- audio String
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both
config
andaudio
must be provided. For streaming audio detect intent,config
must be provided in the first request andaudio
must be provided in all following requests.
- config
Google
Cloud Dialogflow Cx V3Input Audio Config - Instructs the speech recognizer how to process the speech audio.
- audio string
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both
config
andaudio
must be provided. For streaming audio detect intent,config
must be provided in the first request andaudio
must be provided in all following requests.
- config
Google
Cloud Dialogflow Cx V3Input Audio Config - Instructs the speech recognizer how to process the speech audio.
- audio str
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both
config
andaudio
must be provided. For streaming audio detect intent,config
must be provided in the first request andaudio
must be provided in all following requests.
- config Property Map
- Instructs the speech recognizer how to process the speech audio.
- audio String
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both
config
andaudio
must be provided. For streaming audio detect intent,config
must be provided in the first request andaudio
must be provided in all following requests.
GoogleCloudDialogflowCxV3AudioInputResponse, GoogleCloudDialogflowCxV3AudioInputResponseArgs
- Audio string
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both
config
andaudio
must be provided. For streaming audio detect intent,config
must be provided in the first request andaudio
must be provided in all following requests. - Config
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Input Audio Config Response - Instructs the speech recognizer how to process the speech audio.
- Audio string
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both
config
andaudio
must be provided. For streaming audio detect intent,config
must be provided in the first request andaudio
must be provided in all following requests. - Config
Google
Cloud Dialogflow Cx V3Input Audio Config Response - Instructs the speech recognizer how to process the speech audio.
- audio String
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both
config
andaudio
must be provided. For streaming audio detect intent,config
must be provided in the first request andaudio
must be provided in all following requests. - config
Google
Cloud Dialogflow Cx V3Input Audio Config Response - Instructs the speech recognizer how to process the speech audio.
- audio string
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both
config
andaudio
must be provided. For streaming audio detect intent,config
must be provided in the first request andaudio
must be provided in all following requests. - config
Google
Cloud Dialogflow Cx V3Input Audio Config Response - Instructs the speech recognizer how to process the speech audio.
- audio str
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both
config
andaudio
must be provided. For streaming audio detect intent,config
must be provided in the first request andaudio
must be provided in all following requests. - config
Google
Cloud Dialogflow Cx V3Input Audio Config Response - Instructs the speech recognizer how to process the speech audio.
- audio String
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both
config
andaudio
must be provided. For streaming audio detect intent,config
must be provided in the first request andaudio
must be provided in all following requests. - config Property Map
- Instructs the speech recognizer how to process the speech audio.
GoogleCloudDialogflowCxV3BargeInConfig, GoogleCloudDialogflowCxV3BargeInConfigArgs
- No
Barge stringIn Duration - Duration that is not eligible for barge-in at the beginning of the input audio.
- Total
Duration string - Total duration for the playback at the beginning of the input audio.
- No
Barge stringIn Duration - Duration that is not eligible for barge-in at the beginning of the input audio.
- Total
Duration string - Total duration for the playback at the beginning of the input audio.
- no
Barge StringIn Duration - Duration that is not eligible for barge-in at the beginning of the input audio.
- total
Duration String - Total duration for the playback at the beginning of the input audio.
- no
Barge stringIn Duration - Duration that is not eligible for barge-in at the beginning of the input audio.
- total
Duration string - Total duration for the playback at the beginning of the input audio.
- no_
barge_ strin_ duration - Duration that is not eligible for barge-in at the beginning of the input audio.
- total_
duration str - Total duration for the playback at the beginning of the input audio.
- no
Barge StringIn Duration - Duration that is not eligible for barge-in at the beginning of the input audio.
- total
Duration String - Total duration for the playback at the beginning of the input audio.
GoogleCloudDialogflowCxV3BargeInConfigResponse, GoogleCloudDialogflowCxV3BargeInConfigResponseArgs
- No
Barge stringIn Duration - Duration that is not eligible for barge-in at the beginning of the input audio.
- Total
Duration string - Total duration for the playback at the beginning of the input audio.
- No
Barge stringIn Duration - Duration that is not eligible for barge-in at the beginning of the input audio.
- Total
Duration string - Total duration for the playback at the beginning of the input audio.
- no
Barge StringIn Duration - Duration that is not eligible for barge-in at the beginning of the input audio.
- total
Duration String - Total duration for the playback at the beginning of the input audio.
- no
Barge stringIn Duration - Duration that is not eligible for barge-in at the beginning of the input audio.
- total
Duration string - Total duration for the playback at the beginning of the input audio.
- no_
barge_ strin_ duration - Duration that is not eligible for barge-in at the beginning of the input audio.
- total_
duration str - Total duration for the playback at the beginning of the input audio.
- no
Barge StringIn Duration - Duration that is not eligible for barge-in at the beginning of the input audio.
- total
Duration String - Total duration for the playback at the beginning of the input audio.
GoogleCloudDialogflowCxV3ConversationTurn, GoogleCloudDialogflowCxV3ConversationTurnArgs
- User
Input GoogleCloud Dialogflow Cx V3Conversation Turn User Input - The user input.
- Virtual
Agent GoogleOutput Cloud Dialogflow Cx V3Conversation Turn Virtual Agent Output - The virtual agent output.
- user
Input GoogleCloud Dialogflow Cx V3Conversation Turn User Input - The user input.
- virtual
Agent GoogleOutput Cloud Dialogflow Cx V3Conversation Turn Virtual Agent Output - The virtual agent output.
- user
Input GoogleCloud Dialogflow Cx V3Conversation Turn User Input - The user input.
- virtual
Agent GoogleOutput Cloud Dialogflow Cx V3Conversation Turn Virtual Agent Output - The virtual agent output.
- user_
input GoogleCloud Dialogflow Cx V3Conversation Turn User Input - The user input.
- virtual_
agent_ Googleoutput Cloud Dialogflow Cx V3Conversation Turn Virtual Agent Output - The virtual agent output.
- user
Input Property Map - The user input.
- virtual
Agent Property MapOutput - The virtual agent output.
GoogleCloudDialogflowCxV3ConversationTurnResponse, GoogleCloudDialogflowCxV3ConversationTurnResponseArgs
- User
Input GoogleCloud Dialogflow Cx V3Conversation Turn User Input Response - The user input.
- Virtual
Agent GoogleOutput Cloud Dialogflow Cx V3Conversation Turn Virtual Agent Output Response - The virtual agent output.
- user
Input GoogleCloud Dialogflow Cx V3Conversation Turn User Input Response - The user input.
- virtual
Agent GoogleOutput Cloud Dialogflow Cx V3Conversation Turn Virtual Agent Output Response - The virtual agent output.
- user
Input GoogleCloud Dialogflow Cx V3Conversation Turn User Input Response - The user input.
- virtual
Agent GoogleOutput Cloud Dialogflow Cx V3Conversation Turn Virtual Agent Output Response - The virtual agent output.
- user_
input GoogleCloud Dialogflow Cx V3Conversation Turn User Input Response - The user input.
- virtual_
agent_ Googleoutput Cloud Dialogflow Cx V3Conversation Turn Virtual Agent Output Response - The virtual agent output.
- user
Input Property Map - The user input.
- virtual
Agent Property MapOutput - The virtual agent output.
GoogleCloudDialogflowCxV3ConversationTurnUserInput, GoogleCloudDialogflowCxV3ConversationTurnUserInputArgs
- Enable
Sentiment boolAnalysis - Whether sentiment analysis is enabled.
- Injected
Parameters Dictionary<string, string> - Parameters that need to be injected into the conversation during intent detection.
- Input
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Query Input - Supports text input, event input, dtmf input in the test case.
- Is
Webhook boolEnabled - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- Enable
Sentiment boolAnalysis - Whether sentiment analysis is enabled.
- Injected
Parameters map[string]string - Parameters that need to be injected into the conversation during intent detection.
- Input
Google
Cloud Dialogflow Cx V3Query Input - Supports text input, event input, dtmf input in the test case.
- Is
Webhook boolEnabled - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- enable
Sentiment BooleanAnalysis - Whether sentiment analysis is enabled.
- injected
Parameters Map<String,String> - Parameters that need to be injected into the conversation during intent detection.
- input
Google
Cloud Dialogflow Cx V3Query Input - Supports text input, event input, dtmf input in the test case.
- is
Webhook BooleanEnabled - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- enable
Sentiment booleanAnalysis - Whether sentiment analysis is enabled.
- injected
Parameters {[key: string]: string} - Parameters that need to be injected into the conversation during intent detection.
- input
Google
Cloud Dialogflow Cx V3Query Input - Supports text input, event input, dtmf input in the test case.
- is
Webhook booleanEnabled - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- enable_
sentiment_ boolanalysis - Whether sentiment analysis is enabled.
- injected_
parameters Mapping[str, str] - Parameters that need to be injected into the conversation during intent detection.
- input
Google
Cloud Dialogflow Cx V3Query Input - Supports text input, event input, dtmf input in the test case.
- is_
webhook_ boolenabled - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- enable
Sentiment BooleanAnalysis - Whether sentiment analysis is enabled.
- injected
Parameters Map<String> - Parameters that need to be injected into the conversation during intent detection.
- input Property Map
- Supports text input, event input, dtmf input in the test case.
- is
Webhook BooleanEnabled - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
GoogleCloudDialogflowCxV3ConversationTurnUserInputResponse, GoogleCloudDialogflowCxV3ConversationTurnUserInputResponseArgs
- Enable
Sentiment boolAnalysis - Whether sentiment analysis is enabled.
- Injected
Parameters Dictionary<string, string> - Parameters that need to be injected into the conversation during intent detection.
- Input
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Query Input Response - Supports text input, event input, dtmf input in the test case.
- Is
Webhook boolEnabled - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- Enable
Sentiment boolAnalysis - Whether sentiment analysis is enabled.
- Injected
Parameters map[string]string - Parameters that need to be injected into the conversation during intent detection.
- Input
Google
Cloud Dialogflow Cx V3Query Input Response - Supports text input, event input, dtmf input in the test case.
- Is
Webhook boolEnabled - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- enable
Sentiment BooleanAnalysis - Whether sentiment analysis is enabled.
- injected
Parameters Map<String,String> - Parameters that need to be injected into the conversation during intent detection.
- input
Google
Cloud Dialogflow Cx V3Query Input Response - Supports text input, event input, dtmf input in the test case.
- is
Webhook BooleanEnabled - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- enable
Sentiment booleanAnalysis - Whether sentiment analysis is enabled.
- injected
Parameters {[key: string]: string} - Parameters that need to be injected into the conversation during intent detection.
- input
Google
Cloud Dialogflow Cx V3Query Input Response - Supports text input, event input, dtmf input in the test case.
- is
Webhook booleanEnabled - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- enable_
sentiment_ boolanalysis - Whether sentiment analysis is enabled.
- injected_
parameters Mapping[str, str] - Parameters that need to be injected into the conversation during intent detection.
- input
Google
Cloud Dialogflow Cx V3Query Input Response - Supports text input, event input, dtmf input in the test case.
- is_
webhook_ boolenabled - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- enable
Sentiment BooleanAnalysis - Whether sentiment analysis is enabled.
- injected
Parameters Map<String> - Parameters that need to be injected into the conversation during intent detection.
- input Property Map
- Supports text input, event input, dtmf input in the test case.
- is
Webhook BooleanEnabled - If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput, GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputArgs
- Diagnostic
Info Dictionary<string, string> - Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- Current
Page Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Page - The Page on which the utterance was spoken. Only name and displayName will be set.
- Session
Parameters Dictionary<string, string> - The session parameters available to the bot at this point.
- Status
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Rpc Status - Response error from the agent in the test result. If set, other output is empty.
- Text
Responses List<Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Response Message Text> - The text responses from the agent for the turn.
- Triggered
Intent Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Intent - The Intent that triggered the response. Only name and displayName will be set.
- Diagnostic
Info map[string]string - Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- Current
Page GoogleCloud Dialogflow Cx V3Page - The Page on which the utterance was spoken. Only name and displayName will be set.
- Session
Parameters map[string]string - The session parameters available to the bot at this point.
- Status
Google
Rpc Status - Response error from the agent in the test result. If set, other output is empty.
- Text
Responses []GoogleCloud Dialogflow Cx V3Response Message Text - The text responses from the agent for the turn.
- Triggered
Intent GoogleCloud Dialogflow Cx V3Intent - The Intent that triggered the response. Only name and displayName will be set.
- diagnostic
Info Map<String,String> - Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- current
Page GoogleCloud Dialogflow Cx V3Page - The Page on which the utterance was spoken. Only name and displayName will be set.
- session
Parameters Map<String,String> - The session parameters available to the bot at this point.
- status
Google
Rpc Status - Response error from the agent in the test result. If set, other output is empty.
- text
Responses List<GoogleCloud Dialogflow Cx V3Response Message Text> - The text responses from the agent for the turn.
- triggered
Intent GoogleCloud Dialogflow Cx V3Intent - The Intent that triggered the response. Only name and displayName will be set.
- diagnostic
Info {[key: string]: string} - Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- current
Page GoogleCloud Dialogflow Cx V3Page - The Page on which the utterance was spoken. Only name and displayName will be set.
- session
Parameters {[key: string]: string} - The session parameters available to the bot at this point.
- status
Google
Rpc Status - Response error from the agent in the test result. If set, other output is empty.
- text
Responses GoogleCloud Dialogflow Cx V3Response Message Text[] - The text responses from the agent for the turn.
- triggered
Intent GoogleCloud Dialogflow Cx V3Intent - The Intent that triggered the response. Only name and displayName will be set.
- diagnostic_
info Mapping[str, str] - Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- current_
page GoogleCloud Dialogflow Cx V3Page - The Page on which the utterance was spoken. Only name and displayName will be set.
- session_
parameters Mapping[str, str] - The session parameters available to the bot at this point.
- status
Google
Rpc Status - Response error from the agent in the test result. If set, other output is empty.
- text_
responses Sequence[GoogleCloud Dialogflow Cx V3Response Message Text] - The text responses from the agent for the turn.
- triggered_
intent GoogleCloud Dialogflow Cx V3Intent - The Intent that triggered the response. Only name and displayName will be set.
- diagnostic
Info Map<String> - Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- current
Page Property Map - The Page on which the utterance was spoken. Only name and displayName will be set.
- session
Parameters Map<String> - The session parameters available to the bot at this point.
- status Property Map
- Response error from the agent in the test result. If set, other output is empty.
- text
Responses List<Property Map> - The text responses from the agent for the turn.
- triggered
Intent Property Map - The Intent that triggered the response. Only name and displayName will be set.
GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputResponse, GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputResponseArgs
- Current
Page Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Page Response - The Page on which the utterance was spoken. Only name and displayName will be set.
- Diagnostic
Info Dictionary<string, string> - Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- Differences
List<Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Test Run Difference Response> - If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
- Session
Parameters Dictionary<string, string> - The session parameters available to the bot at this point.
- Status
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Rpc Status Response - Response error from the agent in the test result. If set, other output is empty.
- Text
Responses List<Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Response Message Text Response> - The text responses from the agent for the turn.
- Triggered
Intent Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Intent Response - The Intent that triggered the response. Only name and displayName will be set.
- Current
Page GoogleCloud Dialogflow Cx V3Page Response - The Page on which the utterance was spoken. Only name and displayName will be set.
- Diagnostic
Info map[string]string - Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- Differences
[]Google
Cloud Dialogflow Cx V3Test Run Difference Response - If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
- Session
Parameters map[string]string - The session parameters available to the bot at this point.
- Status
Google
Rpc Status Response - Response error from the agent in the test result. If set, other output is empty.
- Text
Responses []GoogleCloud Dialogflow Cx V3Response Message Text Response - The text responses from the agent for the turn.
- Triggered
Intent GoogleCloud Dialogflow Cx V3Intent Response - The Intent that triggered the response. Only name and displayName will be set.
- current
Page GoogleCloud Dialogflow Cx V3Page Response - The Page on which the utterance was spoken. Only name and displayName will be set.
- diagnostic
Info Map<String,String> - Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- differences
List<Google
Cloud Dialogflow Cx V3Test Run Difference Response> - If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
- session
Parameters Map<String,String> - The session parameters available to the bot at this point.
- status
Google
Rpc Status Response - Response error from the agent in the test result. If set, other output is empty.
- text
Responses List<GoogleCloud Dialogflow Cx V3Response Message Text Response> - The text responses from the agent for the turn.
- triggered
Intent GoogleCloud Dialogflow Cx V3Intent Response - The Intent that triggered the response. Only name and displayName will be set.
- current
Page GoogleCloud Dialogflow Cx V3Page Response - The Page on which the utterance was spoken. Only name and displayName will be set.
- diagnostic
Info {[key: string]: string} - Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- differences
Google
Cloud Dialogflow Cx V3Test Run Difference Response[] - If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
- session
Parameters {[key: string]: string} - The session parameters available to the bot at this point.
- status
Google
Rpc Status Response - Response error from the agent in the test result. If set, other output is empty.
- text
Responses GoogleCloud Dialogflow Cx V3Response Message Text Response[] - The text responses from the agent for the turn.
- triggered
Intent GoogleCloud Dialogflow Cx V3Intent Response - The Intent that triggered the response. Only name and displayName will be set.
- current_
page GoogleCloud Dialogflow Cx V3Page Response - The Page on which the utterance was spoken. Only name and displayName will be set.
- diagnostic_
info Mapping[str, str] - Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- differences
Sequence[Google
Cloud Dialogflow Cx V3Test Run Difference Response] - If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
- session_
parameters Mapping[str, str] - The session parameters available to the bot at this point.
- status
Google
Rpc Status Response - Response error from the agent in the test result. If set, other output is empty.
- text_
responses Sequence[GoogleCloud Dialogflow Cx V3Response Message Text Response] - The text responses from the agent for the turn.
- triggered_
intent GoogleCloud Dialogflow Cx V3Intent Response - The Intent that triggered the response. Only name and displayName will be set.
- current
Page Property Map - The Page on which the utterance was spoken. Only name and displayName will be set.
- diagnostic
Info Map<String> - Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- differences List<Property Map>
- If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
- session
Parameters Map<String> - The session parameters available to the bot at this point.
- status Property Map
- Response error from the agent in the test result. If set, other output is empty.
- text
Responses List<Property Map> - The text responses from the agent for the turn.
- triggered
Intent Property Map - The Intent that triggered the response. Only name and displayName will be set.
GoogleCloudDialogflowCxV3DataStoreConnection, GoogleCloudDialogflowCxV3DataStoreConnectionArgs
- 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. V3. Google Cloud Dialogflow Cx V3Data 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 V3Data 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 V3Data 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 V3Data 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 V3Data 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.
GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreType, GoogleCloudDialogflowCxV3DataStoreConnectionDataStoreTypeArgs
- 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 V3Data 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 V3Data Store Connection Data Store Type Public Web - PUBLIC_WEBA data store that contains public web content.
- Google
Cloud Dialogflow Cx V3Data Store Connection Data Store Type Unstructured - UNSTRUCTUREDA data store that contains unstructured private data.
- Google
Cloud Dialogflow Cx V3Data 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).
GoogleCloudDialogflowCxV3DataStoreConnectionResponse, GoogleCloudDialogflowCxV3DataStoreConnectionResponseArgs
- 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.
GoogleCloudDialogflowCxV3DtmfInput, GoogleCloudDialogflowCxV3DtmfInputArgs
- Digits string
- The dtmf digits.
- Finish
Digit string - The finish digit (if any).
- Digits string
- The dtmf digits.
- Finish
Digit string - The finish digit (if any).
- digits String
- The dtmf digits.
- finish
Digit String - The finish digit (if any).
- digits string
- The dtmf digits.
- finish
Digit string - The finish digit (if any).
- digits str
- The dtmf digits.
- finish_
digit str - The finish digit (if any).
- digits String
- The dtmf digits.
- finish
Digit String - The finish digit (if any).
GoogleCloudDialogflowCxV3DtmfInputResponse, GoogleCloudDialogflowCxV3DtmfInputResponseArgs
- Digits string
- The dtmf digits.
- Finish
Digit string - The finish digit (if any).
- Digits string
- The dtmf digits.
- Finish
Digit string - The finish digit (if any).
- digits String
- The dtmf digits.
- finish
Digit String - The finish digit (if any).
- digits string
- The dtmf digits.
- finish
Digit string - The finish digit (if any).
- digits str
- The dtmf digits.
- finish_
digit str - The finish digit (if any).
- digits String
- The dtmf digits.
- finish
Digit String - The finish digit (if any).
GoogleCloudDialogflowCxV3EventHandler, GoogleCloudDialogflowCxV3EventHandlerArgs
- 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. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment - 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 V3Fulfillment - 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 V3Fulfillment - 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 V3Fulfillment - 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 V3Fulfillment - 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.
GoogleCloudDialogflowCxV3EventHandlerResponse, GoogleCloudDialogflowCxV3EventHandlerResponseArgs
- 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. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment 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 V3Fulfillment 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 V3Fulfillment 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 V3Fulfillment 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 V3Fulfillment 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.
GoogleCloudDialogflowCxV3EventInput, GoogleCloudDialogflowCxV3EventInputArgs
- Event string
- Name of the event.
- Event string
- Name of the event.
- event String
- Name of the event.
- event string
- Name of the event.
- event str
- Name of the event.
- event String
- Name of the event.
GoogleCloudDialogflowCxV3EventInputResponse, GoogleCloudDialogflowCxV3EventInputResponseArgs
- Event string
- Name of the event.
- Event string
- Name of the event.
- event String
- Name of the event.
- event string
- Name of the event.
- event str
- Name of the event.
- event String
- Name of the event.
GoogleCloudDialogflowCxV3Form, GoogleCloudDialogflowCxV3FormArgs
- Parameters
List<Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Form Parameter> - Parameters to collect from the user.
- Parameters
[]Google
Cloud Dialogflow Cx V3Form Parameter - Parameters to collect from the user.
- parameters
List<Google
Cloud Dialogflow Cx V3Form Parameter> - Parameters to collect from the user.
- parameters
Google
Cloud Dialogflow Cx V3Form Parameter[] - Parameters to collect from the user.
- parameters
Sequence[Google
Cloud Dialogflow Cx V3Form Parameter] - Parameters to collect from the user.
- parameters List<Property Map>
- Parameters to collect from the user.
GoogleCloudDialogflowCxV3FormParameter, GoogleCloudDialogflowCxV3FormParameterArgs
- Display
Name string - The human-readable name of the parameter, unique within the form.
- Entity
Type string - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - Fill
Behavior Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Form Parameter Fill Behavior - Defines fill behavior for the parameter.
- Advanced
Settings Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced Settings - Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Default
Value object - The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- Is
List bool - Indicates whether the parameter represents a list of values.
- Redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- Required bool
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- Display
Name string - The human-readable name of the parameter, unique within the form.
- Entity
Type string - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - Fill
Behavior GoogleCloud Dialogflow Cx V3Form Parameter Fill Behavior - Defines fill behavior for the parameter.
- Advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings - Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Default
Value interface{} - The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- Is
List bool - Indicates whether the parameter represents a list of values.
- Redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- Required bool
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- display
Name String - The human-readable name of the parameter, unique within the form.
- entity
Type String - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - fill
Behavior GoogleCloud Dialogflow Cx V3Form Parameter Fill Behavior - Defines fill behavior for the parameter.
- advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings - Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- default
Value Object - The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- is
List Boolean - Indicates whether the parameter represents a list of values.
- redact Boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required Boolean
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- display
Name string - The human-readable name of the parameter, unique within the form.
- entity
Type string - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - fill
Behavior GoogleCloud Dialogflow Cx V3Form Parameter Fill Behavior - Defines fill behavior for the parameter.
- advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings - Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- default
Value any - The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- is
List boolean - Indicates whether the parameter represents a list of values.
- redact boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required boolean
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- display_
name str - The human-readable name of the parameter, unique within the form.
- entity_
type str - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - fill_
behavior GoogleCloud Dialogflow Cx V3Form Parameter Fill Behavior - Defines fill behavior for the parameter.
- advanced_
settings GoogleCloud Dialogflow Cx V3Advanced Settings - Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- default_
value Any - The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- is_
list bool - Indicates whether the parameter represents a list of values.
- redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required bool
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- display
Name String - The human-readable name of the parameter, unique within the form.
- entity
Type String - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - fill
Behavior Property Map - Defines fill behavior for the parameter.
- advanced
Settings Property Map - Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- default
Value Any - The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- is
List Boolean - Indicates whether the parameter represents a list of values.
- redact Boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required Boolean
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
GoogleCloudDialogflowCxV3FormParameterFillBehavior, GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs
- Initial
Prompt Pulumi.Fulfillment Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment - The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- Reprompt
Event List<Pulumi.Handlers Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Event Handler> - The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- Initial
Prompt GoogleFulfillment Cloud Dialogflow Cx V3Fulfillment - The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- Reprompt
Event []GoogleHandlers Cloud Dialogflow Cx V3Event Handler - The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial
Prompt GoogleFulfillment Cloud Dialogflow Cx V3Fulfillment - The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt
Event List<GoogleHandlers Cloud Dialogflow Cx V3Event Handler> - The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial
Prompt GoogleFulfillment Cloud Dialogflow Cx V3Fulfillment - The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt
Event GoogleHandlers Cloud Dialogflow Cx V3Event Handler[] - The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial_
prompt_ Googlefulfillment Cloud Dialogflow Cx V3Fulfillment - The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt_
event_ Sequence[Googlehandlers Cloud Dialogflow Cx V3Event Handler] - The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial
Prompt Property MapFulfillment - The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt
Event List<Property Map>Handlers - The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse, GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponseArgs
- Initial
Prompt Pulumi.Fulfillment Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment Response - The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- Reprompt
Event List<Pulumi.Handlers Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Event Handler Response> - The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- Initial
Prompt GoogleFulfillment Cloud Dialogflow Cx V3Fulfillment Response - The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- Reprompt
Event []GoogleHandlers Cloud Dialogflow Cx V3Event Handler Response - The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial
Prompt GoogleFulfillment Cloud Dialogflow Cx V3Fulfillment Response - The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt
Event List<GoogleHandlers Cloud Dialogflow Cx V3Event Handler Response> - The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial
Prompt GoogleFulfillment Cloud Dialogflow Cx V3Fulfillment Response - The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt
Event GoogleHandlers Cloud Dialogflow Cx V3Event Handler Response[] - The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial_
prompt_ Googlefulfillment Cloud Dialogflow Cx V3Fulfillment Response - The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt_
event_ Sequence[Googlehandlers Cloud Dialogflow Cx V3Event Handler Response] - The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
- initial
Prompt Property MapFulfillment - The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt
Event List<Property Map>Handlers - The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: *
sys.no-match-
, where N can be from 1 to 6 *sys.no-match-default
*sys.no-input-
, where N can be from 1 to 6 *sys.no-input-default
*sys.invalid-parameter
initial_prompt_fulfillment
provides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1
/sys.no-input-1
handler (if defined) will be called to provide a prompt. Thesys.no-match-2
/sys.no-input-2
handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-default
orsys.no-input-default
handler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameter
handler can be defined to handle the case where the parameter values have beeninvalidated
by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameter
handler (if defined) will be called to provide a prompt. If the event handler for the corresponding event can't be found on the parameter,initial_prompt_fulfillment
will be re-prompted.
GoogleCloudDialogflowCxV3FormParameterResponse, GoogleCloudDialogflowCxV3FormParameterResponseArgs
- Advanced
Settings Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced Settings Response - Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Default
Value object - The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- Display
Name string - The human-readable name of the parameter, unique within the form.
- Entity
Type string - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - Fill
Behavior Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Form Parameter Fill Behavior Response - Defines fill behavior for the parameter.
- Is
List bool - Indicates whether the parameter represents a list of values.
- Redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- Required bool
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- Advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings Response - Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Default
Value interface{} - The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- Display
Name string - The human-readable name of the parameter, unique within the form.
- Entity
Type string - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - Fill
Behavior GoogleCloud Dialogflow Cx V3Form Parameter Fill Behavior Response - Defines fill behavior for the parameter.
- Is
List bool - Indicates whether the parameter represents a list of values.
- Redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- Required bool
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings Response - Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- default
Value Object - The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- display
Name String - The human-readable name of the parameter, unique within the form.
- entity
Type String - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - fill
Behavior GoogleCloud Dialogflow Cx V3Form Parameter Fill Behavior Response - Defines fill behavior for the parameter.
- is
List Boolean - Indicates whether the parameter represents a list of values.
- redact Boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required Boolean
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings Response - Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- default
Value any - The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- display
Name string - The human-readable name of the parameter, unique within the form.
- entity
Type string - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - fill
Behavior GoogleCloud Dialogflow Cx V3Form Parameter Fill Behavior Response - Defines fill behavior for the parameter.
- is
List boolean - Indicates whether the parameter represents a list of values.
- redact boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required boolean
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- advanced_
settings GoogleCloud Dialogflow Cx V3Advanced Settings Response - Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- default_
value Any - The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- display_
name str - The human-readable name of the parameter, unique within the form.
- entity_
type str - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - fill_
behavior GoogleCloud Dialogflow Cx V3Form Parameter Fill Behavior Response - Defines fill behavior for the parameter.
- is_
list bool - Indicates whether the parameter represents a list of values.
- redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required bool
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- advanced
Settings Property Map - Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- default
Value Any - The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- display
Name String - The human-readable name of the parameter, unique within the form.
- entity
Type String - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - fill
Behavior Property Map - Defines fill behavior for the parameter.
- is
List Boolean - Indicates whether the parameter represents a list of values.
- redact Boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required Boolean
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
GoogleCloudDialogflowCxV3FormResponse, GoogleCloudDialogflowCxV3FormResponseArgs
- Parameters
List<Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Form Parameter Response> - Parameters to collect from the user.
- Parameters
[]Google
Cloud Dialogflow Cx V3Form Parameter Response - Parameters to collect from the user.
- parameters
List<Google
Cloud Dialogflow Cx V3Form Parameter Response> - Parameters to collect from the user.
- parameters
Google
Cloud Dialogflow Cx V3Form Parameter Response[] - Parameters to collect from the user.
- parameters
Sequence[Google
Cloud Dialogflow Cx V3Form Parameter Response] - Parameters to collect from the user.
- parameters List<Property Map>
- Parameters to collect from the user.
GoogleCloudDialogflowCxV3Fulfillment, GoogleCloudDialogflowCxV3FulfillmentArgs
- Advanced
Settings Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced 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. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment 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. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment 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 V3Advanced 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 V3Fulfillment 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 V3Response 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 V3Fulfillment 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 V3Advanced 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 V3Fulfillment 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 V3Response 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 V3Fulfillment 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 V3Advanced 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 V3Fulfillment 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 V3Response 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 V3Fulfillment 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 V3Advanced 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 V3Fulfillment 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 V3Response 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 V3Fulfillment 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/
.
GoogleCloudDialogflowCxV3FulfillmentConditionalCases, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesArgs
- Cases
List<Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment Conditional Cases Case> - A list of cascading if-else conditions.
- Cases
[]Google
Cloud Dialogflow Cx V3Fulfillment Conditional Cases Case - A list of cascading if-else conditions.
- cases
List<Google
Cloud Dialogflow Cx V3Fulfillment Conditional Cases Case> - A list of cascading if-else conditions.
- cases
Google
Cloud Dialogflow Cx V3Fulfillment Conditional Cases Case[] - A list of cascading if-else conditions.
- cases
Sequence[Google
Cloud Dialogflow Cx V3Fulfillment Conditional Cases Case] - A list of cascading if-else conditions.
- cases List<Property Map>
- A list of cascading if-else conditions.
GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseArgs
- Case
Content List<Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment 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 V3Fulfillment 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 V3Fulfillment 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 V3Fulfillment 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 V3Fulfillment 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.
GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentArgs
- Additional
Cases Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment Conditional Cases - Additional cases to be evaluated.
- Message
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Response Message - Returned message.
- Additional
Cases GoogleCloud Dialogflow Cx V3Fulfillment Conditional Cases - Additional cases to be evaluated.
- Message
Google
Cloud Dialogflow Cx V3Response Message - Returned message.
- additional
Cases GoogleCloud Dialogflow Cx V3Fulfillment Conditional Cases - Additional cases to be evaluated.
- message
Google
Cloud Dialogflow Cx V3Response Message - Returned message.
- additional
Cases GoogleCloud Dialogflow Cx V3Fulfillment Conditional Cases - Additional cases to be evaluated.
- message
Google
Cloud Dialogflow Cx V3Response Message - Returned message.
- additional_
cases GoogleCloud Dialogflow Cx V3Fulfillment Conditional Cases - Additional cases to be evaluated.
- message
Google
Cloud Dialogflow Cx V3Response Message - Returned message.
- additional
Cases Property Map - Additional cases to be evaluated.
- message Property Map
- Returned message.
GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponseArgs
- Additional
Cases GoogleCloud Dialogflow Cx V3Fulfillment Conditional Cases Response - Additional cases to be evaluated.
- Message
Google
Cloud Dialogflow Cx V3Response Message Response - Returned message.
- additional
Cases GoogleCloud Dialogflow Cx V3Fulfillment Conditional Cases Response - Additional cases to be evaluated.
- message
Google
Cloud Dialogflow Cx V3Response Message Response - Returned message.
- additional
Cases GoogleCloud Dialogflow Cx V3Fulfillment Conditional Cases Response - Additional cases to be evaluated.
- message
Google
Cloud Dialogflow Cx V3Response Message Response - Returned message.
- additional_
cases GoogleCloud Dialogflow Cx V3Fulfillment Conditional Cases Response - Additional cases to be evaluated.
- message
Google
Cloud Dialogflow Cx V3Response Message Response - Returned message.
- additional
Cases Property Map - Additional cases to be evaluated.
- message Property Map
- Returned message.
GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponseArgs
- Case
Content List<Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment 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 V3Fulfillment 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 V3Fulfillment 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 V3Fulfillment 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 V3Fulfillment 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.
GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse, GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponseArgs
- Cases
List<Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment Conditional Cases Case Response> - A list of cascading if-else conditions.
- Cases
[]Google
Cloud Dialogflow Cx V3Fulfillment Conditional Cases Case Response - A list of cascading if-else conditions.
- cases
List<Google
Cloud Dialogflow Cx V3Fulfillment Conditional Cases Case Response> - A list of cascading if-else conditions.
- cases
Google
Cloud Dialogflow Cx V3Fulfillment Conditional Cases Case Response[] - A list of cascading if-else conditions.
- cases
Sequence[Google
Cloud Dialogflow Cx V3Fulfillment Conditional Cases Case Response] - A list of cascading if-else conditions.
- cases List<Property Map>
- A list of cascading if-else conditions.
GoogleCloudDialogflowCxV3FulfillmentResponse, GoogleCloudDialogflowCxV3FulfillmentResponseArgs
- Advanced
Settings Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced 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. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment 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. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment 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 V3Advanced 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 V3Fulfillment 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 V3Response 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 V3Fulfillment 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 V3Advanced 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 V3Fulfillment 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 V3Response 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 V3Fulfillment 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 V3Advanced 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 V3Fulfillment 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 V3Response 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 V3Fulfillment 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 V3Advanced 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 V3Fulfillment 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 V3Response 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 V3Fulfillment 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/
.
GoogleCloudDialogflowCxV3FulfillmentSetParameterAction, GoogleCloudDialogflowCxV3FulfillmentSetParameterActionArgs
GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse, GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponseArgs
GoogleCloudDialogflowCxV3GcsDestination, GoogleCloudDialogflowCxV3GcsDestinationArgs
- 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.
GoogleCloudDialogflowCxV3GcsDestinationResponse, GoogleCloudDialogflowCxV3GcsDestinationResponseArgs
- 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.
GoogleCloudDialogflowCxV3InputAudioConfig, GoogleCloudDialogflowCxV3InputAudioConfigArgs
- Audio
Encoding Pulumi.Google Native. Dialogflow. V3. Google Cloud Dialogflow Cx V3Input Audio Config Audio Encoding - Audio encoding of the audio content to process.
- Barge
In Pulumi.Config Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Barge In Config - Configuration of barge-in behavior during the streaming of input audio.
- Enable
Word boolInfo - Optional. If
true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. - Model string
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- Model
Variant Pulumi.Google Native. Dialogflow. V3. Google Cloud Dialogflow Cx V3Input Audio Config Model Variant - Optional. Which variant of the Speech model to use.
- Phrase
Hints List<string> - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- Sample
Rate intHertz - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- Single
Utterance bool - Optional. If
false
(default), recognition does not cease until the client closes the stream. Iftrue
, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- Audio
Encoding GoogleCloud Dialogflow Cx V3Input Audio Config Audio Encoding - Audio encoding of the audio content to process.
- Barge
In GoogleConfig Cloud Dialogflow Cx V3Barge In Config - Configuration of barge-in behavior during the streaming of input audio.
- Enable
Word boolInfo - Optional. If
true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. - Model string
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- Model
Variant GoogleCloud Dialogflow Cx V3Input Audio Config Model Variant - Optional. Which variant of the Speech model to use.
- Phrase
Hints []string - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- Sample
Rate intHertz - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- Single
Utterance bool - Optional. If
false
(default), recognition does not cease until the client closes the stream. Iftrue
, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- audio
Encoding GoogleCloud Dialogflow Cx V3Input Audio Config Audio Encoding - Audio encoding of the audio content to process.
- barge
In GoogleConfig Cloud Dialogflow Cx V3Barge In Config - Configuration of barge-in behavior during the streaming of input audio.
- enable
Word BooleanInfo - Optional. If
true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. - model String
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- model
Variant GoogleCloud Dialogflow Cx V3Input Audio Config Model Variant - Optional. Which variant of the Speech model to use.
- phrase
Hints List<String> - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- sample
Rate IntegerHertz - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- single
Utterance Boolean - Optional. If
false
(default), recognition does not cease until the client closes the stream. Iftrue
, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- audio
Encoding GoogleCloud Dialogflow Cx V3Input Audio Config Audio Encoding - Audio encoding of the audio content to process.
- barge
In GoogleConfig Cloud Dialogflow Cx V3Barge In Config - Configuration of barge-in behavior during the streaming of input audio.
- enable
Word booleanInfo - Optional. If
true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. - model string
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- model
Variant GoogleCloud Dialogflow Cx V3Input Audio Config Model Variant - Optional. Which variant of the Speech model to use.
- phrase
Hints string[] - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- sample
Rate numberHertz - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- single
Utterance boolean - Optional. If
false
(default), recognition does not cease until the client closes the stream. Iftrue
, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- audio_
encoding GoogleCloud Dialogflow Cx V3Input Audio Config Audio Encoding - Audio encoding of the audio content to process.
- barge_
in_ Googleconfig Cloud Dialogflow Cx V3Barge In Config - Configuration of barge-in behavior during the streaming of input audio.
- enable_
word_ boolinfo - Optional. If
true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. - model str
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- model_
variant GoogleCloud Dialogflow Cx V3Input Audio Config Model Variant - Optional. Which variant of the Speech model to use.
- phrase_
hints Sequence[str] - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- sample_
rate_ inthertz - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- single_
utterance bool - Optional. If
false
(default), recognition does not cease until the client closes the stream. Iftrue
, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- audio
Encoding "AUDIO_ENCODING_UNSPECIFIED" | "AUDIO_ENCODING_LINEAR_16" | "AUDIO_ENCODING_FLAC" | "AUDIO_ENCODING_MULAW" | "AUDIO_ENCODING_AMR" | "AUDIO_ENCODING_AMR_WB" | "AUDIO_ENCODING_OGG_OPUS" | "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE" - Audio encoding of the audio content to process.
- barge
In Property MapConfig - Configuration of barge-in behavior during the streaming of input audio.
- enable
Word BooleanInfo - Optional. If
true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. - model String
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- model
Variant "SPEECH_MODEL_VARIANT_UNSPECIFIED" | "USE_BEST_AVAILABLE" | "USE_STANDARD" | "USE_ENHANCED" - Optional. Which variant of the Speech model to use.
- phrase
Hints List<String> - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- sample
Rate NumberHertz - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- single
Utterance Boolean - Optional. If
false
(default), recognition does not cease until the client closes the stream. Iftrue
, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
GoogleCloudDialogflowCxV3InputAudioConfigAudioEncoding, GoogleCloudDialogflowCxV3InputAudioConfigAudioEncodingArgs
- Audio
Encoding Unspecified - AUDIO_ENCODING_UNSPECIFIEDNot specified.
- Audio
Encoding Linear16 - AUDIO_ENCODING_LINEAR_16Uncompressed 16-bit signed little-endian samples (Linear PCM).
- Audio
Encoding Flac - AUDIO_ENCODING_FLAC
FLAC
(Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth ofLINEAR16
.FLAC
stream encoding supports 16-bit and 24-bit samples, however, not all fields inSTREAMINFO
are supported. - Audio
Encoding Mulaw - AUDIO_ENCODING_MULAW8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
- Audio
Encoding Amr - AUDIO_ENCODING_AMRAdaptive Multi-Rate Narrowband codec.
sample_rate_hertz
must be 8000. - Audio
Encoding Amr Wb - AUDIO_ENCODING_AMR_WBAdaptive Multi-Rate Wideband codec.
sample_rate_hertz
must be 16000. - Audio
Encoding Ogg Opus - AUDIO_ENCODING_OGG_OPUSOpus encoded audio frames in Ogg container (OggOpus).
sample_rate_hertz
must be 16000. - Audio
Encoding Speex With Header Byte - AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTEAlthough the use of lossy encodings is not recommended, if a very low bitrate encoding is required,
OGG_OPUS
is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME typeaudio/x-speex-with-header-byte
. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported.sample_rate_hertz
must be 16000.
- Google
Cloud Dialogflow Cx V3Input Audio Config Audio Encoding Audio Encoding Unspecified - AUDIO_ENCODING_UNSPECIFIEDNot specified.
- Google
Cloud Dialogflow Cx V3Input Audio Config Audio Encoding Audio Encoding Linear16 - AUDIO_ENCODING_LINEAR_16Uncompressed 16-bit signed little-endian samples (Linear PCM).
- Google
Cloud Dialogflow Cx V3Input Audio Config Audio Encoding Audio Encoding Flac - AUDIO_ENCODING_FLAC
FLAC
(Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth ofLINEAR16
.FLAC
stream encoding supports 16-bit and 24-bit samples, however, not all fields inSTREAMINFO
are supported. - Google
Cloud Dialogflow Cx V3Input Audio Config Audio Encoding Audio Encoding Mulaw - AUDIO_ENCODING_MULAW8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
- Google
Cloud Dialogflow Cx V3Input Audio Config Audio Encoding Audio Encoding Amr - AUDIO_ENCODING_AMRAdaptive Multi-Rate Narrowband codec.
sample_rate_hertz
must be 8000. - Google
Cloud Dialogflow Cx V3Input Audio Config Audio Encoding Audio Encoding Amr Wb - AUDIO_ENCODING_AMR_WBAdaptive Multi-Rate Wideband codec.
sample_rate_hertz
must be 16000. - Google
Cloud Dialogflow Cx V3Input Audio Config Audio Encoding Audio Encoding Ogg Opus - AUDIO_ENCODING_OGG_OPUSOpus encoded audio frames in Ogg container (OggOpus).
sample_rate_hertz
must be 16000. - Google
Cloud Dialogflow Cx V3Input Audio Config Audio Encoding Audio Encoding Speex With Header Byte - AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTEAlthough the use of lossy encodings is not recommended, if a very low bitrate encoding is required,
OGG_OPUS
is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME typeaudio/x-speex-with-header-byte
. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported.sample_rate_hertz
must be 16000.
- Audio
Encoding Unspecified - AUDIO_ENCODING_UNSPECIFIEDNot specified.
- Audio
Encoding Linear16 - AUDIO_ENCODING_LINEAR_16Uncompressed 16-bit signed little-endian samples (Linear PCM).
- Audio
Encoding Flac - AUDIO_ENCODING_FLAC
FLAC
(Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth ofLINEAR16
.FLAC
stream encoding supports 16-bit and 24-bit samples, however, not all fields inSTREAMINFO
are supported. - Audio
Encoding Mulaw - AUDIO_ENCODING_MULAW8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
- Audio
Encoding Amr - AUDIO_ENCODING_AMRAdaptive Multi-Rate Narrowband codec.
sample_rate_hertz
must be 8000. - Audio
Encoding Amr Wb - AUDIO_ENCODING_AMR_WBAdaptive Multi-Rate Wideband codec.
sample_rate_hertz
must be 16000. - Audio
Encoding Ogg Opus - AUDIO_ENCODING_OGG_OPUSOpus encoded audio frames in Ogg container (OggOpus).
sample_rate_hertz
must be 16000. - Audio
Encoding Speex With Header Byte - AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTEAlthough the use of lossy encodings is not recommended, if a very low bitrate encoding is required,
OGG_OPUS
is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME typeaudio/x-speex-with-header-byte
. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported.sample_rate_hertz
must be 16000.
- Audio
Encoding Unspecified - AUDIO_ENCODING_UNSPECIFIEDNot specified.
- Audio
Encoding Linear16 - AUDIO_ENCODING_LINEAR_16Uncompressed 16-bit signed little-endian samples (Linear PCM).
- Audio
Encoding Flac - AUDIO_ENCODING_FLAC
FLAC
(Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth ofLINEAR16
.FLAC
stream encoding supports 16-bit and 24-bit samples, however, not all fields inSTREAMINFO
are supported. - Audio
Encoding Mulaw - AUDIO_ENCODING_MULAW8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
- Audio
Encoding Amr - AUDIO_ENCODING_AMRAdaptive Multi-Rate Narrowband codec.
sample_rate_hertz
must be 8000. - Audio
Encoding Amr Wb - AUDIO_ENCODING_AMR_WBAdaptive Multi-Rate Wideband codec.
sample_rate_hertz
must be 16000. - Audio
Encoding Ogg Opus - AUDIO_ENCODING_OGG_OPUSOpus encoded audio frames in Ogg container (OggOpus).
sample_rate_hertz
must be 16000. - Audio
Encoding Speex With Header Byte - AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTEAlthough the use of lossy encodings is not recommended, if a very low bitrate encoding is required,
OGG_OPUS
is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME typeaudio/x-speex-with-header-byte
. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported.sample_rate_hertz
must be 16000.
- AUDIO_ENCODING_UNSPECIFIED
- AUDIO_ENCODING_UNSPECIFIEDNot specified.
- AUDIO_ENCODING_LINEAR16
- AUDIO_ENCODING_LINEAR_16Uncompressed 16-bit signed little-endian samples (Linear PCM).
- AUDIO_ENCODING_FLAC
- AUDIO_ENCODING_FLAC
FLAC
(Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth ofLINEAR16
.FLAC
stream encoding supports 16-bit and 24-bit samples, however, not all fields inSTREAMINFO
are supported. - AUDIO_ENCODING_MULAW
- AUDIO_ENCODING_MULAW8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
- AUDIO_ENCODING_AMR
- AUDIO_ENCODING_AMRAdaptive Multi-Rate Narrowband codec.
sample_rate_hertz
must be 8000. - AUDIO_ENCODING_AMR_WB
- AUDIO_ENCODING_AMR_WBAdaptive Multi-Rate Wideband codec.
sample_rate_hertz
must be 16000. - AUDIO_ENCODING_OGG_OPUS
- AUDIO_ENCODING_OGG_OPUSOpus encoded audio frames in Ogg container (OggOpus).
sample_rate_hertz
must be 16000. - AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE
- AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTEAlthough the use of lossy encodings is not recommended, if a very low bitrate encoding is required,
OGG_OPUS
is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME typeaudio/x-speex-with-header-byte
. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported.sample_rate_hertz
must be 16000.
- "AUDIO_ENCODING_UNSPECIFIED"
- AUDIO_ENCODING_UNSPECIFIEDNot specified.
- "AUDIO_ENCODING_LINEAR_16"
- AUDIO_ENCODING_LINEAR_16Uncompressed 16-bit signed little-endian samples (Linear PCM).
- "AUDIO_ENCODING_FLAC"
- AUDIO_ENCODING_FLAC
FLAC
(Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth ofLINEAR16
.FLAC
stream encoding supports 16-bit and 24-bit samples, however, not all fields inSTREAMINFO
are supported. - "AUDIO_ENCODING_MULAW"
- AUDIO_ENCODING_MULAW8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.
- "AUDIO_ENCODING_AMR"
- AUDIO_ENCODING_AMRAdaptive Multi-Rate Narrowband codec.
sample_rate_hertz
must be 8000. - "AUDIO_ENCODING_AMR_WB"
- AUDIO_ENCODING_AMR_WBAdaptive Multi-Rate Wideband codec.
sample_rate_hertz
must be 16000. - "AUDIO_ENCODING_OGG_OPUS"
- AUDIO_ENCODING_OGG_OPUSOpus encoded audio frames in Ogg container (OggOpus).
sample_rate_hertz
must be 16000. - "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE"
- AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTEAlthough the use of lossy encodings is not recommended, if a very low bitrate encoding is required,
OGG_OPUS
is highly preferred over Speex encoding. The Speex encoding supported by Dialogflow API has a header byte in each block, as in MIME typeaudio/x-speex-with-header-byte
. It is a variant of the RTP Speex encoding defined in RFC 5574. The stream is a sequence of blocks, one block per RTP packet. Each block starts with a byte containing the length of the block, in bytes, followed by one or more frames of Speex data, padded to an integral number of bytes (octets) as specified in RFC 5574. In other words, each RTP header is replaced with a single byte containing the block length. Only Speex wideband is supported.sample_rate_hertz
must be 16000.
GoogleCloudDialogflowCxV3InputAudioConfigModelVariant, GoogleCloudDialogflowCxV3InputAudioConfigModelVariantArgs
- Speech
Model Variant Unspecified - SPEECH_MODEL_VARIANT_UNSPECIFIEDNo model variant specified. In this case Dialogflow defaults to USE_BEST_AVAILABLE.
- Use
Best Available - USE_BEST_AVAILABLEUse the best available variant of the Speech model that the caller is eligible for. Please see the Dialogflow docs for how to make your project eligible for enhanced models.
- Use
Standard - USE_STANDARDUse standard model variant even if an enhanced model is available. See the Cloud Speech documentation for details about enhanced models.
- Use
Enhanced - USE_ENHANCEDUse an enhanced model variant: * If an enhanced variant does not exist for the given model and request language, Dialogflow falls back to the standard variant. The Cloud Speech documentation describes which models have enhanced variants. * If the API caller isn't eligible for enhanced models, Dialogflow returns an error. Please see the Dialogflow docs for how to make your project eligible.
- Google
Cloud Dialogflow Cx V3Input Audio Config Model Variant Speech Model Variant Unspecified - SPEECH_MODEL_VARIANT_UNSPECIFIEDNo model variant specified. In this case Dialogflow defaults to USE_BEST_AVAILABLE.
- Google
Cloud Dialogflow Cx V3Input Audio Config Model Variant Use Best Available - USE_BEST_AVAILABLEUse the best available variant of the Speech model that the caller is eligible for. Please see the Dialogflow docs for how to make your project eligible for enhanced models.
- Google
Cloud Dialogflow Cx V3Input Audio Config Model Variant Use Standard - USE_STANDARDUse standard model variant even if an enhanced model is available. See the Cloud Speech documentation for details about enhanced models.
- Google
Cloud Dialogflow Cx V3Input Audio Config Model Variant Use Enhanced - USE_ENHANCEDUse an enhanced model variant: * If an enhanced variant does not exist for the given model and request language, Dialogflow falls back to the standard variant. The Cloud Speech documentation describes which models have enhanced variants. * If the API caller isn't eligible for enhanced models, Dialogflow returns an error. Please see the Dialogflow docs for how to make your project eligible.
- Speech
Model Variant Unspecified - SPEECH_MODEL_VARIANT_UNSPECIFIEDNo model variant specified. In this case Dialogflow defaults to USE_BEST_AVAILABLE.
- Use
Best Available - USE_BEST_AVAILABLEUse the best available variant of the Speech model that the caller is eligible for. Please see the Dialogflow docs for how to make your project eligible for enhanced models.
- Use
Standard - USE_STANDARDUse standard model variant even if an enhanced model is available. See the Cloud Speech documentation for details about enhanced models.
- Use
Enhanced - USE_ENHANCEDUse an enhanced model variant: * If an enhanced variant does not exist for the given model and request language, Dialogflow falls back to the standard variant. The Cloud Speech documentation describes which models have enhanced variants. * If the API caller isn't eligible for enhanced models, Dialogflow returns an error. Please see the Dialogflow docs for how to make your project eligible.
- Speech
Model Variant Unspecified - SPEECH_MODEL_VARIANT_UNSPECIFIEDNo model variant specified. In this case Dialogflow defaults to USE_BEST_AVAILABLE.
- Use
Best Available - USE_BEST_AVAILABLEUse the best available variant of the Speech model that the caller is eligible for. Please see the Dialogflow docs for how to make your project eligible for enhanced models.
- Use
Standard - USE_STANDARDUse standard model variant even if an enhanced model is available. See the Cloud Speech documentation for details about enhanced models.
- Use
Enhanced - USE_ENHANCEDUse an enhanced model variant: * If an enhanced variant does not exist for the given model and request language, Dialogflow falls back to the standard variant. The Cloud Speech documentation describes which models have enhanced variants. * If the API caller isn't eligible for enhanced models, Dialogflow returns an error. Please see the Dialogflow docs for how to make your project eligible.
- SPEECH_MODEL_VARIANT_UNSPECIFIED
- SPEECH_MODEL_VARIANT_UNSPECIFIEDNo model variant specified. In this case Dialogflow defaults to USE_BEST_AVAILABLE.
- USE_BEST_AVAILABLE
- USE_BEST_AVAILABLEUse the best available variant of the Speech model that the caller is eligible for. Please see the Dialogflow docs for how to make your project eligible for enhanced models.
- USE_STANDARD
- USE_STANDARDUse standard model variant even if an enhanced model is available. See the Cloud Speech documentation for details about enhanced models.
- USE_ENHANCED
- USE_ENHANCEDUse an enhanced model variant: * If an enhanced variant does not exist for the given model and request language, Dialogflow falls back to the standard variant. The Cloud Speech documentation describes which models have enhanced variants. * If the API caller isn't eligible for enhanced models, Dialogflow returns an error. Please see the Dialogflow docs for how to make your project eligible.
- "SPEECH_MODEL_VARIANT_UNSPECIFIED"
- SPEECH_MODEL_VARIANT_UNSPECIFIEDNo model variant specified. In this case Dialogflow defaults to USE_BEST_AVAILABLE.
- "USE_BEST_AVAILABLE"
- USE_BEST_AVAILABLEUse the best available variant of the Speech model that the caller is eligible for. Please see the Dialogflow docs for how to make your project eligible for enhanced models.
- "USE_STANDARD"
- USE_STANDARDUse standard model variant even if an enhanced model is available. See the Cloud Speech documentation for details about enhanced models.
- "USE_ENHANCED"
- USE_ENHANCEDUse an enhanced model variant: * If an enhanced variant does not exist for the given model and request language, Dialogflow falls back to the standard variant. The Cloud Speech documentation describes which models have enhanced variants. * If the API caller isn't eligible for enhanced models, Dialogflow returns an error. Please see the Dialogflow docs for how to make your project eligible.
GoogleCloudDialogflowCxV3InputAudioConfigResponse, GoogleCloudDialogflowCxV3InputAudioConfigResponseArgs
- Audio
Encoding string - Audio encoding of the audio content to process.
- Barge
In Pulumi.Config Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Barge In Config Response - Configuration of barge-in behavior during the streaming of input audio.
- Enable
Word boolInfo - Optional. If
true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. - Model string
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- Model
Variant string - Optional. Which variant of the Speech model to use.
- Phrase
Hints List<string> - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- Sample
Rate intHertz - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- Single
Utterance bool - Optional. If
false
(default), recognition does not cease until the client closes the stream. Iftrue
, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- Audio
Encoding string - Audio encoding of the audio content to process.
- Barge
In GoogleConfig Cloud Dialogflow Cx V3Barge In Config Response - Configuration of barge-in behavior during the streaming of input audio.
- Enable
Word boolInfo - Optional. If
true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. - Model string
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- Model
Variant string - Optional. Which variant of the Speech model to use.
- Phrase
Hints []string - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- Sample
Rate intHertz - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- Single
Utterance bool - Optional. If
false
(default), recognition does not cease until the client closes the stream. Iftrue
, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- audio
Encoding String - Audio encoding of the audio content to process.
- barge
In GoogleConfig Cloud Dialogflow Cx V3Barge In Config Response - Configuration of barge-in behavior during the streaming of input audio.
- enable
Word BooleanInfo - Optional. If
true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. - model String
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- model
Variant String - Optional. Which variant of the Speech model to use.
- phrase
Hints List<String> - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- sample
Rate IntegerHertz - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- single
Utterance Boolean - Optional. If
false
(default), recognition does not cease until the client closes the stream. Iftrue
, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- audio
Encoding string - Audio encoding of the audio content to process.
- barge
In GoogleConfig Cloud Dialogflow Cx V3Barge In Config Response - Configuration of barge-in behavior during the streaming of input audio.
- enable
Word booleanInfo - Optional. If
true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. - model string
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- model
Variant string - Optional. Which variant of the Speech model to use.
- phrase
Hints string[] - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- sample
Rate numberHertz - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- single
Utterance boolean - Optional. If
false
(default), recognition does not cease until the client closes the stream. Iftrue
, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- audio_
encoding str - Audio encoding of the audio content to process.
- barge_
in_ Googleconfig Cloud Dialogflow Cx V3Barge In Config Response - Configuration of barge-in behavior during the streaming of input audio.
- enable_
word_ boolinfo - Optional. If
true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. - model str
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- model_
variant str - Optional. Which variant of the Speech model to use.
- phrase_
hints Sequence[str] - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- sample_
rate_ inthertz - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- single_
utterance bool - Optional. If
false
(default), recognition does not cease until the client closes the stream. Iftrue
, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- audio
Encoding String - Audio encoding of the audio content to process.
- barge
In Property MapConfig - Configuration of barge-in behavior during the streaming of input audio.
- enable
Word BooleanInfo - Optional. If
true
, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. - model String
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- model
Variant String - Optional. Which variant of the Speech model to use.
- phrase
Hints List<String> - Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- sample
Rate NumberHertz - Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- single
Utterance Boolean - Optional. If
false
(default), recognition does not cease until the client closes the stream. Iftrue
, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
GoogleCloudDialogflowCxV3Intent, GoogleCloudDialogflowCxV3IntentArgs
- Display
Name string - The human-readable name of the intent, unique within the agent.
- Description string
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- Is
Fallback bool - Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- Labels Dictionary<string, string>
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
- Name string
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format:
projects//locations//agents//intents/
. - Parameters
List<Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Intent Parameter> - The collection of parameters associated with the intent.
- Priority int
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the
Normal
priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests. - Training
Phrases List<Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Intent Training Phrase> - The collection of training phrases the agent is trained on to identify the intent.
- Display
Name string - The human-readable name of the intent, unique within the agent.
- Description string
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- Is
Fallback bool - Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- Labels map[string]string
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
- Name string
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format:
projects//locations//agents//intents/
. - Parameters
[]Google
Cloud Dialogflow Cx V3Intent Parameter - The collection of parameters associated with the intent.
- Priority int
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the
Normal
priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests. - Training
Phrases []GoogleCloud Dialogflow Cx V3Intent Training Phrase - The collection of training phrases the agent is trained on to identify the intent.
- display
Name String - The human-readable name of the intent, unique within the agent.
- description String
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- is
Fallback Boolean - Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- labels Map<String,String>
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
- name String
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format:
projects//locations//agents//intents/
. - parameters
List<Google
Cloud Dialogflow Cx V3Intent Parameter> - The collection of parameters associated with the intent.
- priority Integer
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the
Normal
priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests. - training
Phrases List<GoogleCloud Dialogflow Cx V3Intent Training Phrase> - The collection of training phrases the agent is trained on to identify the intent.
- display
Name string - The human-readable name of the intent, unique within the agent.
- description string
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- is
Fallback boolean - Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- labels {[key: string]: string}
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
- name string
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format:
projects//locations//agents//intents/
. - parameters
Google
Cloud Dialogflow Cx V3Intent Parameter[] - The collection of parameters associated with the intent.
- priority number
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the
Normal
priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests. - training
Phrases GoogleCloud Dialogflow Cx V3Intent Training Phrase[] - The collection of training phrases the agent is trained on to identify the intent.
- display_
name str - The human-readable name of the intent, unique within the agent.
- description str
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- is_
fallback bool - Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- labels Mapping[str, str]
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
- name str
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format:
projects//locations//agents//intents/
. - parameters
Sequence[Google
Cloud Dialogflow Cx V3Intent Parameter] - The collection of parameters associated with the intent.
- priority int
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the
Normal
priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests. - training_
phrases Sequence[GoogleCloud Dialogflow Cx V3Intent Training Phrase] - The collection of training phrases the agent is trained on to identify the intent.
- display
Name String - The human-readable name of the intent, unique within the agent.
- description String
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- is
Fallback Boolean - Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- labels Map<String>
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
- name String
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format:
projects//locations//agents//intents/
. - parameters List<Property Map>
- The collection of parameters associated with the intent.
- priority Number
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the
Normal
priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests. - training
Phrases List<Property Map> - The collection of training phrases the agent is trained on to identify the intent.
GoogleCloudDialogflowCxV3IntentInput, GoogleCloudDialogflowCxV3IntentInputArgs
- Intent string
- The unique identifier of the intent. Format:
projects//locations//agents//intents/
.
- Intent string
- The unique identifier of the intent. Format:
projects//locations//agents//intents/
.
- intent String
- The unique identifier of the intent. Format:
projects//locations//agents//intents/
.
- intent string
- The unique identifier of the intent. Format:
projects//locations//agents//intents/
.
- intent str
- The unique identifier of the intent. Format:
projects//locations//agents//intents/
.
- intent String
- The unique identifier of the intent. Format:
projects//locations//agents//intents/
.
GoogleCloudDialogflowCxV3IntentInputResponse, GoogleCloudDialogflowCxV3IntentInputResponseArgs
- Intent string
- The unique identifier of the intent. Format:
projects//locations//agents//intents/
.
- Intent string
- The unique identifier of the intent. Format:
projects//locations//agents//intents/
.
- intent String
- The unique identifier of the intent. Format:
projects//locations//agents//intents/
.
- intent string
- The unique identifier of the intent. Format:
projects//locations//agents//intents/
.
- intent str
- The unique identifier of the intent. Format:
projects//locations//agents//intents/
.
- intent String
- The unique identifier of the intent. Format:
projects//locations//agents//intents/
.
GoogleCloudDialogflowCxV3IntentParameter, GoogleCloudDialogflowCxV3IntentParameterArgs
- Entity
Type string - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - Id string
- The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
- Is
List bool - Indicates whether the parameter represents a list of values.
- Redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- Entity
Type string - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - Id string
- The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
- Is
List bool - Indicates whether the parameter represents a list of values.
- Redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- entity
Type String - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - id String
- The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
- is
List Boolean - Indicates whether the parameter represents a list of values.
- redact Boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- entity
Type string - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - id string
- The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
- is
List boolean - Indicates whether the parameter represents a list of values.
- redact boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- entity_
type str - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - id str
- The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
- is_
list bool - Indicates whether the parameter represents a list of values.
- redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- entity
Type String - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - id String
- The unique identifier of the parameter. This field is used by training phrases to annotate their parts.
- is
List Boolean - Indicates whether the parameter represents a list of values.
- redact Boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
GoogleCloudDialogflowCxV3IntentParameterResponse, GoogleCloudDialogflowCxV3IntentParameterResponseArgs
- Entity
Type string - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - Is
List bool - Indicates whether the parameter represents a list of values.
- Redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- Entity
Type string - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - Is
List bool - Indicates whether the parameter represents a list of values.
- Redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- entity
Type String - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - is
List Boolean - Indicates whether the parameter represents a list of values.
- redact Boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- entity
Type string - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - is
List boolean - Indicates whether the parameter represents a list of values.
- redact boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- entity_
type str - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - is_
list bool - Indicates whether the parameter represents a list of values.
- redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- entity
Type String - The entity type of the parameter. Format:
projects/-/locations/-/agents/-/entityTypes/
for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date
), orprojects//locations//agents//entityTypes/
for developer entity types. - is
List Boolean - Indicates whether the parameter represents a list of values.
- redact Boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
GoogleCloudDialogflowCxV3IntentResponse, GoogleCloudDialogflowCxV3IntentResponseArgs
- Description string
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- Display
Name string - The human-readable name of the intent, unique within the agent.
- Is
Fallback bool - Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- Labels Dictionary<string, string>
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
- Name string
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format:
projects//locations//agents//intents/
. - Parameters
List<Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Intent Parameter Response> - The collection of parameters associated with the intent.
- Priority int
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the
Normal
priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests. - Training
Phrases List<Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Intent Training Phrase Response> - The collection of training phrases the agent is trained on to identify the intent.
- Description string
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- Display
Name string - The human-readable name of the intent, unique within the agent.
- Is
Fallback bool - Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- Labels map[string]string
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
- Name string
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format:
projects//locations//agents//intents/
. - Parameters
[]Google
Cloud Dialogflow Cx V3Intent Parameter Response - The collection of parameters associated with the intent.
- Priority int
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the
Normal
priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests. - Training
Phrases []GoogleCloud Dialogflow Cx V3Intent Training Phrase Response - The collection of training phrases the agent is trained on to identify the intent.
- description String
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- display
Name String - The human-readable name of the intent, unique within the agent.
- is
Fallback Boolean - Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- labels Map<String,String>
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
- name String
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format:
projects//locations//agents//intents/
. - parameters
List<Google
Cloud Dialogflow Cx V3Intent Parameter Response> - The collection of parameters associated with the intent.
- priority Integer
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the
Normal
priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests. - training
Phrases List<GoogleCloud Dialogflow Cx V3Intent Training Phrase Response> - The collection of training phrases the agent is trained on to identify the intent.
- description string
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- display
Name string - The human-readable name of the intent, unique within the agent.
- is
Fallback boolean - Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- labels {[key: string]: string}
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
- name string
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format:
projects//locations//agents//intents/
. - parameters
Google
Cloud Dialogflow Cx V3Intent Parameter Response[] - The collection of parameters associated with the intent.
- priority number
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the
Normal
priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests. - training
Phrases GoogleCloud Dialogflow Cx V3Intent Training Phrase Response[] - The collection of training phrases the agent is trained on to identify the intent.
- description str
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- display_
name str - The human-readable name of the intent, unique within the agent.
- is_
fallback bool - Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- labels Mapping[str, str]
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
- name str
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format:
projects//locations//agents//intents/
. - parameters
Sequence[Google
Cloud Dialogflow Cx V3Intent Parameter Response] - The collection of parameters associated with the intent.
- priority int
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the
Normal
priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests. - training_
phrases Sequence[GoogleCloud Dialogflow Cx V3Intent Training Phrase Response] - The collection of training phrases the agent is trained on to identify the intent.
- description String
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- display
Name String - The human-readable name of the intent, unique within the agent.
- is
Fallback Boolean - Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- labels Map<String>
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys.contextual" means the intent is a contextual intent.
- name String
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format:
projects//locations//agents//intents/
. - parameters List<Property Map>
- The collection of parameters associated with the intent.
- priority Number
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the
Normal
priority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests. - training
Phrases List<Property Map> - The collection of training phrases the agent is trained on to identify the intent.
GoogleCloudDialogflowCxV3IntentTrainingPhrase, GoogleCloudDialogflowCxV3IntentTrainingPhraseArgs
- Parts
List<Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Intent Training Phrase Part> - The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: -
Part.text
is set to a part of the phrase that has no parameters. -Part.text
is set to a part of the phrase that you want to annotate, and theparameter_id
field is set. - Repeat
Count int - Indicates how many times this example was added to the intent.
- Parts
[]Google
Cloud Dialogflow Cx V3Intent Training Phrase Part - The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: -
Part.text
is set to a part of the phrase that has no parameters. -Part.text
is set to a part of the phrase that you want to annotate, and theparameter_id
field is set. - Repeat
Count int - Indicates how many times this example was added to the intent.
- parts
List<Google
Cloud Dialogflow Cx V3Intent Training Phrase Part> - The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: -
Part.text
is set to a part of the phrase that has no parameters. -Part.text
is set to a part of the phrase that you want to annotate, and theparameter_id
field is set. - repeat
Count Integer - Indicates how many times this example was added to the intent.
- parts
Google
Cloud Dialogflow Cx V3Intent Training Phrase Part[] - The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: -
Part.text
is set to a part of the phrase that has no parameters. -Part.text
is set to a part of the phrase that you want to annotate, and theparameter_id
field is set. - repeat
Count number - Indicates how many times this example was added to the intent.
- parts
Sequence[Google
Cloud Dialogflow Cx V3Intent Training Phrase Part] - The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: -
Part.text
is set to a part of the phrase that has no parameters. -Part.text
is set to a part of the phrase that you want to annotate, and theparameter_id
field is set. - repeat_
count int - Indicates how many times this example was added to the intent.
- parts List<Property Map>
- The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: -
Part.text
is set to a part of the phrase that has no parameters. -Part.text
is set to a part of the phrase that you want to annotate, and theparameter_id
field is set. - repeat
Count Number - Indicates how many times this example was added to the intent.
GoogleCloudDialogflowCxV3IntentTrainingPhrasePart, GoogleCloudDialogflowCxV3IntentTrainingPhrasePartArgs
- Text string
- The text for this part.
- Parameter
Id string - The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- Text string
- The text for this part.
- Parameter
Id string - The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- text String
- The text for this part.
- parameter
Id String - The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- text string
- The text for this part.
- parameter
Id string - The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- text str
- The text for this part.
- parameter_
id str - The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- text String
- The text for this part.
- parameter
Id String - The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse, GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponseArgs
- Parameter
Id string - The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- Text string
- The text for this part.
- Parameter
Id string - The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- Text string
- The text for this part.
- parameter
Id String - The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- text String
- The text for this part.
- parameter
Id string - The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- text string
- The text for this part.
- parameter_
id str - The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- text str
- The text for this part.
- parameter
Id String - The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- text String
- The text for this part.
GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse, GoogleCloudDialogflowCxV3IntentTrainingPhraseResponseArgs
- Parts
List<Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Intent Training Phrase Part Response> - The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: -
Part.text
is set to a part of the phrase that has no parameters. -Part.text
is set to a part of the phrase that you want to annotate, and theparameter_id
field is set. - Repeat
Count int - Indicates how many times this example was added to the intent.
- Parts
[]Google
Cloud Dialogflow Cx V3Intent Training Phrase Part Response - The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: -
Part.text
is set to a part of the phrase that has no parameters. -Part.text
is set to a part of the phrase that you want to annotate, and theparameter_id
field is set. - Repeat
Count int - Indicates how many times this example was added to the intent.
- parts
List<Google
Cloud Dialogflow Cx V3Intent Training Phrase Part Response> - The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: -
Part.text
is set to a part of the phrase that has no parameters. -Part.text
is set to a part of the phrase that you want to annotate, and theparameter_id
field is set. - repeat
Count Integer - Indicates how many times this example was added to the intent.
- parts
Google
Cloud Dialogflow Cx V3Intent Training Phrase Part Response[] - The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: -
Part.text
is set to a part of the phrase that has no parameters. -Part.text
is set to a part of the phrase that you want to annotate, and theparameter_id
field is set. - repeat
Count number - Indicates how many times this example was added to the intent.
- parts
Sequence[Google
Cloud Dialogflow Cx V3Intent Training Phrase Part Response] - The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: -
Part.text
is set to a part of the phrase that has no parameters. -Part.text
is set to a part of the phrase that you want to annotate, and theparameter_id
field is set. - repeat_
count int - Indicates how many times this example was added to the intent.
- parts List<Property Map>
- The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: -
Part.text
is set to a part of the phrase that has no parameters. -Part.text
is set to a part of the phrase that you want to annotate, and theparameter_id
field is set. - repeat
Count Number - Indicates how many times this example was added to the intent.
GoogleCloudDialogflowCxV3KnowledgeConnectorSettings, GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsArgs
- Data
Store List<Pulumi.Connections Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Data 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. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment - 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 V3Data 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 V3Fulfillment - 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 V3Data 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 V3Fulfillment - 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 V3Data 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 V3Fulfillment - 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 V3Data 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 V3Fulfillment - 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.
GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse, GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponseArgs
- Data
Store List<Pulumi.Connections Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Data 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. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment 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 V3Data 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 V3Fulfillment 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 V3Data 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 V3Fulfillment 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 V3Data 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 V3Fulfillment 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 V3Data 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 V3Fulfillment 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.
GoogleCloudDialogflowCxV3Page, GoogleCloudDialogflowCxV3PageArgs
- Display
Name string - The human-readable name of the page, unique within the flow.
- Advanced
Settings Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced Settings - Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Entry
Fulfillment Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment - The fulfillment to call when the session is entering the page.
- Event
Handlers List<Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Event Handler> - Handlers associated with the page to handle events such as webhook errors, no match or no input.
- Form
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Form - The form associated with the page, used for collecting parameters relevant to the page.
- Knowledge
Connector Pulumi.Settings Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Knowledge Connector Settings - Optional. Knowledge connector configuration.
- Name string
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
. - Transition
Route List<string>Groups - Ordered list of
TransitionRouteGroups
added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - Transition
Routes List<Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Transition Route> - A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- Display
Name string - The human-readable name of the page, unique within the flow.
- Advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings - Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Entry
Fulfillment GoogleCloud Dialogflow Cx V3Fulfillment - The fulfillment to call when the session is entering the page.
- Event
Handlers []GoogleCloud Dialogflow Cx V3Event Handler - Handlers associated with the page to handle events such as webhook errors, no match or no input.
- Form
Google
Cloud Dialogflow Cx V3Form - The form associated with the page, used for collecting parameters relevant to the page.
- Knowledge
Connector GoogleSettings Cloud Dialogflow Cx V3Knowledge Connector Settings - Optional. Knowledge connector configuration.
- Name string
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
. - Transition
Route []stringGroups - Ordered list of
TransitionRouteGroups
added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - Transition
Routes []GoogleCloud Dialogflow Cx V3Transition Route - A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- display
Name String - The human-readable name of the page, unique within the flow.
- advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings - Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- entry
Fulfillment GoogleCloud Dialogflow Cx V3Fulfillment - The fulfillment to call when the session is entering the page.
- event
Handlers List<GoogleCloud Dialogflow Cx V3Event Handler> - Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form
Google
Cloud Dialogflow Cx V3Form - The form associated with the page, used for collecting parameters relevant to the page.
- knowledge
Connector GoogleSettings Cloud Dialogflow Cx V3Knowledge Connector Settings - Optional. Knowledge connector configuration.
- name String
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
. - transition
Route List<String>Groups - Ordered list of
TransitionRouteGroups
added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - transition
Routes List<GoogleCloud Dialogflow Cx V3Transition Route> - A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- display
Name string - The human-readable name of the page, unique within the flow.
- advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings - Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- entry
Fulfillment GoogleCloud Dialogflow Cx V3Fulfillment - The fulfillment to call when the session is entering the page.
- event
Handlers GoogleCloud Dialogflow Cx V3Event Handler[] - Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form
Google
Cloud Dialogflow Cx V3Form - The form associated with the page, used for collecting parameters relevant to the page.
- knowledge
Connector GoogleSettings Cloud Dialogflow Cx V3Knowledge Connector Settings - Optional. Knowledge connector configuration.
- name string
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
. - transition
Route string[]Groups - Ordered list of
TransitionRouteGroups
added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - transition
Routes GoogleCloud Dialogflow Cx V3Transition Route[] - A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- display_
name str - The human-readable name of the page, unique within the flow.
- advanced_
settings GoogleCloud Dialogflow Cx V3Advanced Settings - Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- entry_
fulfillment GoogleCloud Dialogflow Cx V3Fulfillment - The fulfillment to call when the session is entering the page.
- event_
handlers Sequence[GoogleCloud Dialogflow Cx V3Event Handler] - Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form
Google
Cloud Dialogflow Cx V3Form - The form associated with the page, used for collecting parameters relevant to the page.
- knowledge_
connector_ Googlesettings Cloud Dialogflow Cx V3Knowledge Connector Settings - Optional. Knowledge connector configuration.
- name str
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
. - transition_
route_ Sequence[str]groups - Ordered list of
TransitionRouteGroups
added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - transition_
routes Sequence[GoogleCloud Dialogflow Cx V3Transition Route] - A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- display
Name String - The human-readable name of the page, unique within the flow.
- advanced
Settings Property Map - Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- entry
Fulfillment Property Map - The fulfillment to call when the session is entering the page.
- event
Handlers List<Property Map> - Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form Property Map
- The form associated with the page, used for collecting parameters relevant to the page.
- knowledge
Connector Property MapSettings - Optional. Knowledge connector configuration.
- name String
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
. - transition
Route List<String>Groups - Ordered list of
TransitionRouteGroups
added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - transition
Routes List<Property Map> - A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
GoogleCloudDialogflowCxV3PageResponse, GoogleCloudDialogflowCxV3PageResponseArgs
- Advanced
Settings Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Advanced Settings Response - Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Display
Name string - The human-readable name of the page, unique within the flow.
- Entry
Fulfillment Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment Response - The fulfillment to call when the session is entering the page.
- Event
Handlers List<Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Event Handler Response> - Handlers associated with the page to handle events such as webhook errors, no match or no input.
- Form
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Form Response - The form associated with the page, used for collecting parameters relevant to the page.
- Knowledge
Connector Pulumi.Settings Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Knowledge Connector Settings Response - Optional. Knowledge connector configuration.
- Name string
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
. - Transition
Route List<string>Groups - Ordered list of
TransitionRouteGroups
added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - Transition
Routes List<Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Transition Route Response> - A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- Advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings Response - Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- Display
Name string - The human-readable name of the page, unique within the flow.
- Entry
Fulfillment GoogleCloud Dialogflow Cx V3Fulfillment Response - The fulfillment to call when the session is entering the page.
- Event
Handlers []GoogleCloud Dialogflow Cx V3Event Handler Response - Handlers associated with the page to handle events such as webhook errors, no match or no input.
- Form
Google
Cloud Dialogflow Cx V3Form Response - The form associated with the page, used for collecting parameters relevant to the page.
- Knowledge
Connector GoogleSettings Cloud Dialogflow Cx V3Knowledge Connector Settings Response - Optional. Knowledge connector configuration.
- Name string
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
. - Transition
Route []stringGroups - Ordered list of
TransitionRouteGroups
added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - Transition
Routes []GoogleCloud Dialogflow Cx V3Transition Route Response - A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings Response - Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- display
Name String - The human-readable name of the page, unique within the flow.
- entry
Fulfillment GoogleCloud Dialogflow Cx V3Fulfillment Response - The fulfillment to call when the session is entering the page.
- event
Handlers List<GoogleCloud Dialogflow Cx V3Event Handler Response> - Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form
Google
Cloud Dialogflow Cx V3Form Response - The form associated with the page, used for collecting parameters relevant to the page.
- knowledge
Connector GoogleSettings Cloud Dialogflow Cx V3Knowledge Connector Settings Response - Optional. Knowledge connector configuration.
- name String
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
. - transition
Route List<String>Groups - Ordered list of
TransitionRouteGroups
added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - transition
Routes List<GoogleCloud Dialogflow Cx V3Transition Route Response> - A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- advanced
Settings GoogleCloud Dialogflow Cx V3Advanced Settings Response - Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- display
Name string - The human-readable name of the page, unique within the flow.
- entry
Fulfillment GoogleCloud Dialogflow Cx V3Fulfillment Response - The fulfillment to call when the session is entering the page.
- event
Handlers GoogleCloud Dialogflow Cx V3Event Handler Response[] - Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form
Google
Cloud Dialogflow Cx V3Form Response - The form associated with the page, used for collecting parameters relevant to the page.
- knowledge
Connector GoogleSettings Cloud Dialogflow Cx V3Knowledge Connector Settings Response - Optional. Knowledge connector configuration.
- name string
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
. - transition
Route string[]Groups - Ordered list of
TransitionRouteGroups
added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - transition
Routes GoogleCloud Dialogflow Cx V3Transition Route Response[] - A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- advanced_
settings GoogleCloud Dialogflow Cx V3Advanced Settings Response - Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- display_
name str - The human-readable name of the page, unique within the flow.
- entry_
fulfillment GoogleCloud Dialogflow Cx V3Fulfillment Response - The fulfillment to call when the session is entering the page.
- event_
handlers Sequence[GoogleCloud Dialogflow Cx V3Event Handler Response] - Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form
Google
Cloud Dialogflow Cx V3Form Response - The form associated with the page, used for collecting parameters relevant to the page.
- knowledge_
connector_ Googlesettings Cloud Dialogflow Cx V3Knowledge Connector Settings Response - Optional. Knowledge connector configuration.
- name str
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
. - transition_
route_ Sequence[str]groups - Ordered list of
TransitionRouteGroups
added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - transition_
routes Sequence[GoogleCloud Dialogflow Cx V3Transition Route Response] - A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- advanced
Settings Property Map - Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- display
Name String - The human-readable name of the page, unique within the flow.
- entry
Fulfillment Property Map - The fulfillment to call when the session is entering the page.
- event
Handlers List<Property Map> - Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form Property Map
- The form associated with the page, used for collecting parameters relevant to the page.
- knowledge
Connector Property MapSettings - Optional. Knowledge connector configuration.
- name String
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format:
projects//locations//agents//flows//pages/
. - transition
Route List<String>Groups - Ordered list of
TransitionRouteGroups
added to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/
orprojects//locations//agents//transitionRouteGroups/
for agent-level groups. - transition
Routes List<Property Map> - A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
GoogleCloudDialogflowCxV3QueryInput, GoogleCloudDialogflowCxV3QueryInputArgs
- Language
Code string - The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- Audio
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Audio Input - The natural language speech audio to be processed.
- Dtmf
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Dtmf Input - The DTMF event to be handled.
- Event
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Event Input - The event to be triggered.
- Intent
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Intent Input - The intent to be triggered.
- Text
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Text Input - The natural language text to be processed.
- Language
Code string - The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- Audio
Google
Cloud Dialogflow Cx V3Audio Input - The natural language speech audio to be processed.
- Dtmf
Google
Cloud Dialogflow Cx V3Dtmf Input - The DTMF event to be handled.
- Event
Google
Cloud Dialogflow Cx V3Event Input - The event to be triggered.
- Intent
Google
Cloud Dialogflow Cx V3Intent Input Type - The intent to be triggered.
- Text
Google
Cloud Dialogflow Cx V3Text Input - The natural language text to be processed.
- language
Code String - The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- audio
Google
Cloud Dialogflow Cx V3Audio Input - The natural language speech audio to be processed.
- dtmf
Google
Cloud Dialogflow Cx V3Dtmf Input - The DTMF event to be handled.
- event
Google
Cloud Dialogflow Cx V3Event Input - The event to be triggered.
- intent
Google
Cloud Dialogflow Cx V3Intent Input - The intent to be triggered.
- text
Google
Cloud Dialogflow Cx V3Text Input - The natural language text to be processed.
- language
Code string - The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- audio
Google
Cloud Dialogflow Cx V3Audio Input - The natural language speech audio to be processed.
- dtmf
Google
Cloud Dialogflow Cx V3Dtmf Input - The DTMF event to be handled.
- event
Google
Cloud Dialogflow Cx V3Event Input - The event to be triggered.
- intent
Google
Cloud Dialogflow Cx V3Intent Input - The intent to be triggered.
- text
Google
Cloud Dialogflow Cx V3Text Input - The natural language text to be processed.
- language_
code str - The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- audio
Google
Cloud Dialogflow Cx V3Audio Input - The natural language speech audio to be processed.
- dtmf
Google
Cloud Dialogflow Cx V3Dtmf Input - The DTMF event to be handled.
- event
Google
Cloud Dialogflow Cx V3Event Input - The event to be triggered.
- intent
Google
Cloud Dialogflow Cx V3Intent Input - The intent to be triggered.
- text
Google
Cloud Dialogflow Cx V3Text Input - The natural language text to be processed.
- language
Code String - The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- audio Property Map
- The natural language speech audio to be processed.
- dtmf Property Map
- The DTMF event to be handled.
- event Property Map
- The event to be triggered.
- intent Property Map
- The intent to be triggered.
- text Property Map
- The natural language text to be processed.
GoogleCloudDialogflowCxV3QueryInputResponse, GoogleCloudDialogflowCxV3QueryInputResponseArgs
- Audio
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Audio Input Response - The natural language speech audio to be processed.
- Dtmf
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Dtmf Input Response - The DTMF event to be handled.
- Event
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Event Input Response - The event to be triggered.
- Intent
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Intent Input Response - The intent to be triggered.
- Language
Code string - The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- Text
Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Text Input Response - The natural language text to be processed.
- Audio
Google
Cloud Dialogflow Cx V3Audio Input Response - The natural language speech audio to be processed.
- Dtmf
Google
Cloud Dialogflow Cx V3Dtmf Input Response - The DTMF event to be handled.
- Event
Google
Cloud Dialogflow Cx V3Event Input Response - The event to be triggered.
- Intent
Google
Cloud Dialogflow Cx V3Intent Input Response - The intent to be triggered.
- Language
Code string - The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- Text
Google
Cloud Dialogflow Cx V3Text Input Response - The natural language text to be processed.
- audio
Google
Cloud Dialogflow Cx V3Audio Input Response - The natural language speech audio to be processed.
- dtmf
Google
Cloud Dialogflow Cx V3Dtmf Input Response - The DTMF event to be handled.
- event
Google
Cloud Dialogflow Cx V3Event Input Response - The event to be triggered.
- intent
Google
Cloud Dialogflow Cx V3Intent Input Response - The intent to be triggered.
- language
Code String - The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- text
Google
Cloud Dialogflow Cx V3Text Input Response - The natural language text to be processed.
- audio
Google
Cloud Dialogflow Cx V3Audio Input Response - The natural language speech audio to be processed.
- dtmf
Google
Cloud Dialogflow Cx V3Dtmf Input Response - The DTMF event to be handled.
- event
Google
Cloud Dialogflow Cx V3Event Input Response - The event to be triggered.
- intent
Google
Cloud Dialogflow Cx V3Intent Input Response - The intent to be triggered.
- language
Code string - The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- text
Google
Cloud Dialogflow Cx V3Text Input Response - The natural language text to be processed.
- audio
Google
Cloud Dialogflow Cx V3Audio Input Response - The natural language speech audio to be processed.
- dtmf
Google
Cloud Dialogflow Cx V3Dtmf Input Response - The DTMF event to be handled.
- event
Google
Cloud Dialogflow Cx V3Event Input Response - The event to be triggered.
- intent
Google
Cloud Dialogflow Cx V3Intent Input Response - The intent to be triggered.
- language_
code str - The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- text
Google
Cloud Dialogflow Cx V3Text Input Response - The natural language text to be processed.
- audio Property Map
- The natural language speech audio to be processed.
- dtmf Property Map
- The DTMF event to be handled.
- event Property Map
- The event to be triggered.
- intent Property Map
- The intent to be triggered.
- language
Code String - The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- text Property Map
- The natural language text to be processed.
GoogleCloudDialogflowCxV3ResponseMessage, GoogleCloudDialogflowCxV3ResponseMessageArgs
- 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. V3. Inputs. Google Cloud Dialogflow Cx V3Response Message Conversation Success - Indicates that the conversation succeeded.
- Knowledge
Info Pulumi.Card Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Response Message Knowledge Info Card - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- Live
Agent Pulumi.Handoff Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Response Message Live Agent Handoff - Hands off conversation to a human agent.
- Output
Audio Pulumi.Text Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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.
- Response
Type Pulumi.Google Native. Dialogflow. V3. Google Cloud Dialogflow Cx V3Response Message Response Type - Response type.
- Telephony
Transfer Pulumi.Call Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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 V3Response Message Conversation Success - Indicates that the conversation succeeded.
- Knowledge
Info GoogleCard Cloud Dialogflow Cx V3Response Message Knowledge Info Card - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- Live
Agent GoogleHandoff Cloud Dialogflow Cx V3Response Message Live Agent Handoff - Hands off conversation to a human agent.
- Output
Audio GoogleText Cloud Dialogflow Cx V3Response 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 V3Response 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.
- Response
Type GoogleCloud Dialogflow Cx V3Response Message Response Type - Response type.
- Telephony
Transfer GoogleCall Cloud Dialogflow Cx V3Response 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 V3Response 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 V3Response Message Conversation Success - Indicates that the conversation succeeded.
- knowledge
Info GoogleCard Cloud Dialogflow Cx V3Response Message Knowledge Info Card - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- live
Agent GoogleHandoff Cloud Dialogflow Cx V3Response Message Live Agent Handoff - Hands off conversation to a human agent.
- output
Audio GoogleText Cloud Dialogflow Cx V3Response 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 V3Response 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.
- response
Type GoogleCloud Dialogflow Cx V3Response Message Response Type - Response type.
- telephony
Transfer GoogleCall Cloud Dialogflow Cx V3Response 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 V3Response 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 V3Response Message Conversation Success - Indicates that the conversation succeeded.
- knowledge
Info GoogleCard Cloud Dialogflow Cx V3Response Message Knowledge Info Card - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- live
Agent GoogleHandoff Cloud Dialogflow Cx V3Response Message Live Agent Handoff - Hands off conversation to a human agent.
- output
Audio GoogleText Cloud Dialogflow Cx V3Response 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 V3Response 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.
- response
Type GoogleCloud Dialogflow Cx V3Response Message Response Type - Response type.
- telephony
Transfer GoogleCall Cloud Dialogflow Cx V3Response 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 V3Response 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 V3Response Message Conversation Success - Indicates that the conversation succeeded.
- knowledge_
info_ Googlecard Cloud Dialogflow Cx V3Response Message Knowledge Info Card - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- live_
agent_ Googlehandoff Cloud Dialogflow Cx V3Response Message Live Agent Handoff - Hands off conversation to a human agent.
- output_
audio_ Googletext Cloud Dialogflow Cx V3Response 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 V3Response 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.
- response_
type GoogleCloud Dialogflow Cx V3Response Message Response Type - Response type.
- telephony_
transfer_ Googlecall Cloud Dialogflow Cx V3Response 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 V3Response 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.
- response
Type "RESPONSE_TYPE_UNSPECIFIED" | "ENTRY_PROMPT" | "PARAMETER_PROMPT" | "HANDLER_PROMPT" - Response type.
- 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.
GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess, GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessArgs
- 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.
GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse, GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponseArgs
- 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.
GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff, GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffArgs
- 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.
GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse, GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponseArgs
- 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.
GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse, GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponseArgs
- Segments
List<Pulumi.
Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Response Message Mixed Audio Segment Response> - Segments this audio response is composed of.
- Segments
[]Google
Cloud Dialogflow Cx V3Response Message Mixed Audio Segment Response - Segments this audio response is composed of.
- segments
List<Google
Cloud Dialogflow Cx V3Response Message Mixed Audio Segment Response> - Segments this audio response is composed of.
- segments
Google
Cloud Dialogflow Cx V3Response Message Mixed Audio Segment Response[] - Segments this audio response is composed of.
- segments
Sequence[Google
Cloud Dialogflow Cx V3Response Message Mixed Audio Segment Response] - Segments this audio response is composed of.
- segments List<Property Map>
- Segments this audio response is composed of.
GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse, GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponseArgs
- 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.
GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText, GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextArgs
GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse, GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponseArgs
- 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.
GoogleCloudDialogflowCxV3ResponseMessagePlayAudio, GoogleCloudDialogflowCxV3ResponseMessagePlayAudioArgs
- 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.
GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse, GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponseArgs
- 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.
GoogleCloudDialogflowCxV3ResponseMessageResponse, GoogleCloudDialogflowCxV3ResponseMessageResponseArgs
- 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. V3. Inputs. Google Cloud Dialogflow Cx V3Response Message Conversation Success Response - Indicates that the conversation succeeded.
- End
Interaction Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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. V3. Inputs. Google Cloud Dialogflow Cx V3Response Message Live Agent Handoff Response - Hands off conversation to a human agent.
- Mixed
Audio Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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.
- Response
Type string - Response type.
- Telephony
Transfer Pulumi.Call Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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. V3. Inputs. Google Cloud Dialogflow Cx V3Response 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 V3Response Message Conversation Success Response - Indicates that the conversation succeeded.
- End
Interaction GoogleCloud Dialogflow Cx V3Response 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 V3Response Message Knowledge Info Card Response - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- Live
Agent GoogleHandoff Cloud Dialogflow Cx V3Response Message Live Agent Handoff Response - Hands off conversation to a human agent.
- Mixed
Audio GoogleCloud Dialogflow Cx V3Response 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 V3Response 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 V3Response 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.
- Response
Type string - Response type.
- Telephony
Transfer GoogleCall Cloud Dialogflow Cx V3Response 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 V3Response 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 V3Response Message Conversation Success Response - Indicates that the conversation succeeded.
- end
Interaction GoogleCloud Dialogflow Cx V3Response 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 V3Response Message Knowledge Info Card Response - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- live
Agent GoogleHandoff Cloud Dialogflow Cx V3Response Message Live Agent Handoff Response - Hands off conversation to a human agent.
- mixed
Audio GoogleCloud Dialogflow Cx V3Response 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 V3Response 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 V3Response 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.
- response
Type String - Response type.
- telephony
Transfer GoogleCall Cloud Dialogflow Cx V3Response 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 V3Response 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 V3Response Message Conversation Success Response - Indicates that the conversation succeeded.
- end
Interaction GoogleCloud Dialogflow Cx V3Response 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 V3Response Message Knowledge Info Card Response - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- live
Agent GoogleHandoff Cloud Dialogflow Cx V3Response Message Live Agent Handoff Response - Hands off conversation to a human agent.
- mixed
Audio GoogleCloud Dialogflow Cx V3Response 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 V3Response 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 V3Response 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.
- response
Type string - Response type.
- telephony
Transfer GoogleCall Cloud Dialogflow Cx V3Response 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 V3Response 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 V3Response Message Conversation Success Response - Indicates that the conversation succeeded.
- end_
interaction GoogleCloud Dialogflow Cx V3Response 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 V3Response Message Knowledge Info Card Response - Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- live_
agent_ Googlehandoff Cloud Dialogflow Cx V3Response Message Live Agent Handoff Response - Hands off conversation to a human agent.
- mixed_
audio GoogleCloud Dialogflow Cx V3Response 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 V3Response 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 V3Response 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.
- response_
type str - Response type.
- telephony_
transfer_ Googlecall Cloud Dialogflow Cx V3Response 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 V3Response 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.
- response
Type String - Response type.
- 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.
GoogleCloudDialogflowCxV3ResponseMessageResponseType, GoogleCloudDialogflowCxV3ResponseMessageResponseTypeArgs
- Response
Type Unspecified - RESPONSE_TYPE_UNSPECIFIEDNot specified.
- Entry
Prompt - ENTRY_PROMPTThe response is from an entry prompt in the page.
- Parameter
Prompt - PARAMETER_PROMPTThe response is from form-filling prompt in the page.
- Handler
Prompt - HANDLER_PROMPTThe response is from a transition route or an event handler in the page or flow or transition route group.
- Google
Cloud Dialogflow Cx V3Response Message Response Type Response Type Unspecified - RESPONSE_TYPE_UNSPECIFIEDNot specified.
- Google
Cloud Dialogflow Cx V3Response Message Response Type Entry Prompt - ENTRY_PROMPTThe response is from an entry prompt in the page.
- Google
Cloud Dialogflow Cx V3Response Message Response Type Parameter Prompt - PARAMETER_PROMPTThe response is from form-filling prompt in the page.
- Google
Cloud Dialogflow Cx V3Response Message Response Type Handler Prompt - HANDLER_PROMPTThe response is from a transition route or an event handler in the page or flow or transition route group.
- Response
Type Unspecified - RESPONSE_TYPE_UNSPECIFIEDNot specified.
- Entry
Prompt - ENTRY_PROMPTThe response is from an entry prompt in the page.
- Parameter
Prompt - PARAMETER_PROMPTThe response is from form-filling prompt in the page.
- Handler
Prompt - HANDLER_PROMPTThe response is from a transition route or an event handler in the page or flow or transition route group.
- Response
Type Unspecified - RESPONSE_TYPE_UNSPECIFIEDNot specified.
- Entry
Prompt - ENTRY_PROMPTThe response is from an entry prompt in the page.
- Parameter
Prompt - PARAMETER_PROMPTThe response is from form-filling prompt in the page.
- Handler
Prompt - HANDLER_PROMPTThe response is from a transition route or an event handler in the page or flow or transition route group.
- RESPONSE_TYPE_UNSPECIFIED
- RESPONSE_TYPE_UNSPECIFIEDNot specified.
- ENTRY_PROMPT
- ENTRY_PROMPTThe response is from an entry prompt in the page.
- PARAMETER_PROMPT
- PARAMETER_PROMPTThe response is from form-filling prompt in the page.
- HANDLER_PROMPT
- HANDLER_PROMPTThe response is from a transition route or an event handler in the page or flow or transition route group.
- "RESPONSE_TYPE_UNSPECIFIED"
- RESPONSE_TYPE_UNSPECIFIEDNot specified.
- "ENTRY_PROMPT"
- ENTRY_PROMPTThe response is from an entry prompt in the page.
- "PARAMETER_PROMPT"
- PARAMETER_PROMPTThe response is from form-filling prompt in the page.
- "HANDLER_PROMPT"
- HANDLER_PROMPTThe response is from a transition route or an event handler in the page or flow or transition route group.
GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall, GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallArgs
- 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.
GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse, GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponseArgs
- 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.
GoogleCloudDialogflowCxV3ResponseMessageText, GoogleCloudDialogflowCxV3ResponseMessageTextArgs
- 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.
GoogleCloudDialogflowCxV3ResponseMessageTextResponse, GoogleCloudDialogflowCxV3ResponseMessageTextResponseArgs
- 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.
GoogleCloudDialogflowCxV3TestCaseResult, GoogleCloudDialogflowCxV3TestCaseResultArgs
- Conversation
Turns List<Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Conversation Turn> - The conversation turns uttered during the test case replay in chronological order.
- Environment string
- Environment where the test was run. If not set, it indicates the draft environment.
- Name string
- The resource name for the test case result. Format:
projects//locations//agents//testCases/ /results/
. - Test
Result Pulumi.Google Native. Dialogflow. V3. Google Cloud Dialogflow Cx V3Test Case Result Test Result - Whether the test case passed in the agent environment.
- Test
Time string - The time that the test was run.
- Conversation
Turns []GoogleCloud Dialogflow Cx V3Conversation Turn - The conversation turns uttered during the test case replay in chronological order.
- Environment string
- Environment where the test was run. If not set, it indicates the draft environment.
- Name string
- The resource name for the test case result. Format:
projects//locations//agents//testCases/ /results/
. - Test
Result GoogleCloud Dialogflow Cx V3Test Case Result Test Result - Whether the test case passed in the agent environment.
- Test
Time string - The time that the test was run.
- conversation
Turns List<GoogleCloud Dialogflow Cx V3Conversation Turn> - The conversation turns uttered during the test case replay in chronological order.
- environment String
- Environment where the test was run. If not set, it indicates the draft environment.
- name String
- The resource name for the test case result. Format:
projects//locations//agents//testCases/ /results/
. - test
Result GoogleCloud Dialogflow Cx V3Test Case Result Test Result - Whether the test case passed in the agent environment.
- test
Time String - The time that the test was run.
- conversation
Turns GoogleCloud Dialogflow Cx V3Conversation Turn[] - The conversation turns uttered during the test case replay in chronological order.
- environment string
- Environment where the test was run. If not set, it indicates the draft environment.
- name string
- The resource name for the test case result. Format:
projects//locations//agents//testCases/ /results/
. - test
Result GoogleCloud Dialogflow Cx V3Test Case Result Test Result - Whether the test case passed in the agent environment.
- test
Time string - The time that the test was run.
- conversation_
turns Sequence[GoogleCloud Dialogflow Cx V3Conversation Turn] - The conversation turns uttered during the test case replay in chronological order.
- environment str
- Environment where the test was run. If not set, it indicates the draft environment.
- name str
- The resource name for the test case result. Format:
projects//locations//agents//testCases/ /results/
. - test_
result GoogleCloud Dialogflow Cx V3Test Case Result Test Result - Whether the test case passed in the agent environment.
- test_
time str - The time that the test was run.
- conversation
Turns List<Property Map> - The conversation turns uttered during the test case replay in chronological order.
- environment String
- Environment where the test was run. If not set, it indicates the draft environment.
- name String
- The resource name for the test case result. Format:
projects//locations//agents//testCases/ /results/
. - test
Result "TEST_RESULT_UNSPECIFIED" | "PASSED" | "FAILED" - Whether the test case passed in the agent environment.
- test
Time String - The time that the test was run.
GoogleCloudDialogflowCxV3TestCaseResultResponse, GoogleCloudDialogflowCxV3TestCaseResultResponseArgs
- Conversation
Turns List<Pulumi.Google Native. Dialogflow. V3. Inputs. Google Cloud Dialogflow Cx V3Conversation Turn Response> - The conversation turns uttered during the test case replay in chronological order.
- Environment string
- Environment where the test was run. If not set, it indicates the draft environment.
- Name string
- The resource name for the test case result. Format:
projects//locations//agents//testCases/ /results/
. - Test
Result string - Whether the test case passed in the agent environment.
- Test
Time string - The time that the test was run.
- Conversation
Turns []GoogleCloud Dialogflow Cx V3Conversation Turn Response - The conversation turns uttered during the test case replay in chronological order.
- Environment string
- Environment where the test was run. If not set, it indicates the draft environment.
- Name string
- The resource name for the test case result. Format:
projects//locations//agents//testCases/ /results/
. - Test
Result string - Whether the test case passed in the agent environment.
- Test
Time string - The time that the test was run.
- conversation
Turns List<GoogleCloud Dialogflow Cx V3Conversation Turn Response> - The conversation turns uttered during the test case replay in chronological order.
- environment String
- Environment where the test was run. If not set, it indicates the draft environment.
- name String
- The resource name for the test case result. Format:
projects//locations//agents//testCases/ /results/
. - test
Result String - Whether the test case passed in the agent environment.
- test
Time String - The time that the test was run.
- conversation
Turns GoogleCloud Dialogflow Cx V3Conversation Turn Response[] - The conversation turns uttered during the test case replay in chronological order.
- environment string
- Environment where the test was run. If not set, it indicates the draft environment.
- name string
- The resource name for the test case result. Format:
projects//locations//agents//testCases/ /results/
. - test
Result string - Whether the test case passed in the agent environment.
- test
Time string - The time that the test was run.
- conversation_
turns Sequence[GoogleCloud Dialogflow Cx V3Conversation Turn Response] - The conversation turns uttered during the test case replay in chronological order.
- environment str
- Environment where the test was run. If not set, it indicates the draft environment.
- name str
- The resource name for the test case result. Format:
projects//locations//agents//testCases/ /results/
. - test_
result str - Whether the test case passed in the agent environment.
- test_
time str - The time that the test was run.
- conversation
Turns List<Property Map> - The conversation turns uttered during the test case replay in chronological order.
- environment String
- Environment where the test was run. If not set, it indicates the draft environment.
- name String
- The resource name for the test case result. Format:
projects//locations//agents//testCases/ /results/
. - test
Result String - Whether the test case passed in the agent environment.
- test
Time String - The time that the test was run.
GoogleCloudDialogflowCxV3TestCaseResultTestResult, GoogleCloudDialogflowCxV3TestCaseResultTestResultArgs
- Test
Result Unspecified - TEST_RESULT_UNSPECIFIEDNot specified. Should never be used.
- Passed
- PASSEDThe test passed.
- Failed
- FAILEDThe test did not pass.
- Google
Cloud Dialogflow Cx V3Test Case Result Test Result Test Result Unspecified - TEST_RESULT_UNSPECIFIEDNot specified. Should never be used.
- Google
Cloud Dialogflow Cx V3Test Case Result Test Result Passed - PASSEDThe test passed.
- Google
Cloud Dialogflow Cx V3Test Case Result Test Result Failed - FAILEDThe test did not pass.
- Test
Result Unspecified - TEST_RESULT_UNSPECIFIEDNot specified. Should never be used.
- Passed
- PASSEDThe test passed.
- Failed
- FAILEDThe test did not pass.
- Test
Result Unspecified - TEST_RESULT_UNSPECIFIEDNot specified. Should never be used.
- Passed
- PASSEDThe test passed.
- Failed
- FAILEDThe test did not pass.
- TEST_RESULT_UNSPECIFIED
- TEST_RESULT_UNSPECIFIEDNot specified. Should never be used.
- PASSED
- PASSEDThe test passed.
- FAILED
- FAILEDThe test did not pass.
- "TEST_RESULT_UNSPECIFIED"
- TEST_RESULT_UNSPECIFIEDNot specified. Should never be used.
- "PASSED"
- PASSEDThe test passed.
- "FAILED"
- FAILEDThe test did not pass.
GoogleCloudDialogflowCxV3TestConfig, GoogleCloudDialogflowCxV3TestConfigArgs
- Flow string
- Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - Page string
- The page to start the test case with. Format:
projects//locations//agents//flows//pages/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - Tracking
Parameters List<string> - Session parameters to be compared when calculating differences.
- Flow string
- Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - Page string
- The page to start the test case with. Format:
projects//locations//agents//flows//pages/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - Tracking
Parameters []string - Session parameters to be compared when calculating differences.
- flow String
- Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - page String
- The page to start the test case with. Format:
projects//locations//agents//flows//pages/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - tracking
Parameters List<String> - Session parameters to be compared when calculating differences.
- flow string
- Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - page string
- The page to start the test case with. Format:
projects//locations//agents//flows//pages/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - tracking
Parameters string[] - Session parameters to be compared when calculating differences.
- flow str
- Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - page str
- The page to start the test case with. Format:
projects//locations//agents//flows//pages/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - tracking_
parameters Sequence[str] - Session parameters to be compared when calculating differences.
- flow String
- Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - page String
- The page to start the test case with. Format:
projects//locations//agents//flows//pages/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - tracking
Parameters List<String> - Session parameters to be compared when calculating differences.
GoogleCloudDialogflowCxV3TestConfigResponse, GoogleCloudDialogflowCxV3TestConfigResponseArgs
- Flow string
- Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - Page string
- The page to start the test case with. Format:
projects//locations//agents//flows//pages/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - Tracking
Parameters List<string> - Session parameters to be compared when calculating differences.
- Flow string
- Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - Page string
- The page to start the test case with. Format:
projects//locations//agents//flows//pages/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - Tracking
Parameters []string - Session parameters to be compared when calculating differences.
- flow String
- Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - page String
- The page to start the test case with. Format:
projects//locations//agents//flows//pages/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - tracking
Parameters List<String> - Session parameters to be compared when calculating differences.
- flow string
- Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - page string
- The page to start the test case with. Format:
projects//locations//agents//flows//pages/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - tracking
Parameters string[] - Session parameters to be compared when calculating differences.
- flow str
- Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - page str
- The page to start the test case with. Format:
projects//locations//agents//flows//pages/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - tracking_
parameters Sequence[str] - Session parameters to be compared when calculating differences.
- flow String
- Flow name to start the test case with. Format:
projects//locations//agents//flows/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - page String
- The page to start the test case with. Format:
projects//locations//agents//flows//pages/
. Only one offlow
andpage
should be set to indicate the starting point of the test case. If both are set,page
takes precedence overflow
. If neither is set, the test case will start with start page on the default start flow. - tracking
Parameters List<String> - Session parameters to be compared when calculating differences.
GoogleCloudDialogflowCxV3TestRunDifferenceResponse, GoogleCloudDialogflowCxV3TestRunDifferenceResponseArgs
- Description string
- A human readable description of the diff, showing the actual output vs expected output.
- Type string
- The type of diff.
- Description string
- A human readable description of the diff, showing the actual output vs expected output.
- Type string
- The type of diff.
- description String
- A human readable description of the diff, showing the actual output vs expected output.
- type String
- The type of diff.
- description string
- A human readable description of the diff, showing the actual output vs expected output.
- type string
- The type of diff.
- description str
- A human readable description of the diff, showing the actual output vs expected output.
- type str
- The type of diff.
- description String
- A human readable description of the diff, showing the actual output vs expected output.
- type String
- The type of diff.
GoogleCloudDialogflowCxV3TextInput, GoogleCloudDialogflowCxV3TextInputArgs
- Text string
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- Text string
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- text String
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- text string
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- text str
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- text String
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
GoogleCloudDialogflowCxV3TextInputResponse, GoogleCloudDialogflowCxV3TextInputResponseArgs
- Text string
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- Text string
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- text String
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- text string
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- text str
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- text String
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
GoogleCloudDialogflowCxV3TransitionRoute, GoogleCloudDialogflowCxV3TransitionRouteArgs
- 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. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment - 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 V3Fulfillment - 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 V3Fulfillment - 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 V3Fulfillment - 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 V3Fulfillment - 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.
GoogleCloudDialogflowCxV3TransitionRouteResponse, GoogleCloudDialogflowCxV3TransitionRouteResponseArgs
- 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. V3. Inputs. Google Cloud Dialogflow Cx V3Fulfillment 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 V3Fulfillment 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 V3Fulfillment 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 V3Fulfillment 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 V3Fulfillment 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.
GoogleRpcStatus, GoogleRpcStatusArgs
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details
List<Immutable
Dictionary<string, string>> - A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details []map[string]string
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Integer
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String,String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code number
- The status code, which should be an enum value of google.rpc.Code.
- details {[key: string]: string}[]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code int
- The status code, which should be an enum value of google.rpc.Code.
- details Sequence[Mapping[str, str]]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message str
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Number
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
GoogleRpcStatusResponse, GoogleRpcStatusResponseArgs
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details
List<Immutable
Dictionary<string, string>> - A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details []map[string]string
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Integer
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String,String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code number
- The status code, which should be an enum value of google.rpc.Code.
- details {[key: string]: string}[]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code int
- The status code, which should be an enum value of google.rpc.Code.
- details Sequence[Mapping[str, str]]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message str
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Number
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
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.