1. Packages
  2. Google Cloud Native
  3. API Docs
  4. dialogflow
  5. dialogflow/v3
  6. getTestCase

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.dialogflow/v3.getTestCase

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Gets a test case.

Using getTestCase

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getTestCase(args: GetTestCaseArgs, opts?: InvokeOptions): Promise<GetTestCaseResult>
function getTestCaseOutput(args: GetTestCaseOutputArgs, opts?: InvokeOptions): Output<GetTestCaseResult>
Copy
def get_test_case(agent_id: Optional[str] = None,
                  location: Optional[str] = None,
                  project: Optional[str] = None,
                  test_case_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetTestCaseResult
def get_test_case_output(agent_id: Optional[pulumi.Input[str]] = None,
                  location: Optional[pulumi.Input[str]] = None,
                  project: Optional[pulumi.Input[str]] = None,
                  test_case_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetTestCaseResult]
Copy
func LookupTestCase(ctx *Context, args *LookupTestCaseArgs, opts ...InvokeOption) (*LookupTestCaseResult, error)
func LookupTestCaseOutput(ctx *Context, args *LookupTestCaseOutputArgs, opts ...InvokeOption) LookupTestCaseResultOutput
Copy

> Note: This function is named LookupTestCase in the Go SDK.

public static class GetTestCase 
{
    public static Task<GetTestCaseResult> InvokeAsync(GetTestCaseArgs args, InvokeOptions? opts = null)
    public static Output<GetTestCaseResult> Invoke(GetTestCaseInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetTestCaseResult> getTestCase(GetTestCaseArgs args, InvokeOptions options)
public static Output<GetTestCaseResult> getTestCase(GetTestCaseArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:dialogflow/v3:getTestCase
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AgentId This property is required. string
Location This property is required. string
TestCaseId This property is required. string
Project string
AgentId This property is required. string
Location This property is required. string
TestCaseId This property is required. string
Project string
agentId This property is required. String
location This property is required. String
testCaseId This property is required. String
project String
agentId This property is required. string
location This property is required. string
testCaseId This property is required. string
project string
agent_id This property is required. str
location This property is required. str
test_case_id This property is required. str
project str
agentId This property is required. String
location This property is required. String
testCaseId This property is required. String
project String

getTestCase Result

The following output properties are available:

CreationTime string
When the test was created.
DisplayName string
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
LastTestResult Pulumi.GoogleNative.Dialogflow.V3.Outputs.GoogleCloudDialogflowCxV3TestCaseResultResponse
The latest test result.
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.
Tags 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.
TestCaseConversationTurns List<Pulumi.GoogleNative.Dialogflow.V3.Outputs.GoogleCloudDialogflowCxV3ConversationTurnResponse>
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.
TestConfig Pulumi.GoogleNative.Dialogflow.V3.Outputs.GoogleCloudDialogflowCxV3TestConfigResponse
Config for the test case.
CreationTime string
When the test was created.
DisplayName string
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
LastTestResult GoogleCloudDialogflowCxV3TestCaseResultResponse
The latest test result.
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.
Tags []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.
TestCaseConversationTurns []GoogleCloudDialogflowCxV3ConversationTurnResponse
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.
TestConfig GoogleCloudDialogflowCxV3TestConfigResponse
Config for the test case.
creationTime String
When the test was created.
displayName String
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
lastTestResult GoogleCloudDialogflowCxV3TestCaseResultResponse
The latest test result.
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.
tags 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.
testCaseConversationTurns List<GoogleCloudDialogflowCxV3ConversationTurnResponse>
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.
testConfig GoogleCloudDialogflowCxV3TestConfigResponse
Config for the test case.
creationTime string
When the test was created.
displayName string
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
lastTestResult GoogleCloudDialogflowCxV3TestCaseResultResponse
The latest test result.
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.
tags 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.
testCaseConversationTurns GoogleCloudDialogflowCxV3ConversationTurnResponse[]
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.
testConfig GoogleCloudDialogflowCxV3TestConfigResponse
Config for the test case.
creation_time str
When the test was created.
display_name str
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
last_test_result GoogleCloudDialogflowCxV3TestCaseResultResponse
The latest test result.
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.
tags 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_conversation_turns Sequence[GoogleCloudDialogflowCxV3ConversationTurnResponse]
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 GoogleCloudDialogflowCxV3TestConfigResponse
Config for the test case.
creationTime String
When the test was created.
displayName String
The human-readable name of the test case, unique within the agent. Limit of 200 characters.
lastTestResult Property Map
The latest test result.
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.
tags 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.
testCaseConversationTurns List<Property Map>
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.
testConfig Property Map
Config for the test case.

Supporting Types

GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse

Enabled This property is required. 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).
FinishDigit This property is required. string
The digit that terminates a DTMF digit sequence.
MaxDigits This property is required. int
Max length of DTMF digits.
Enabled This property is required. 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).
FinishDigit This property is required. string
The digit that terminates a DTMF digit sequence.
MaxDigits This property is required. int
Max length of DTMF digits.
enabled This property is required. 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).
finishDigit This property is required. String
The digit that terminates a DTMF digit sequence.
maxDigits This property is required. Integer
Max length of DTMF digits.
enabled This property is required. 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).
finishDigit This property is required. string
The digit that terminates a DTMF digit sequence.
maxDigits This property is required. number
Max length of DTMF digits.
enabled This property is required. 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 This property is required. str
The digit that terminates a DTMF digit sequence.
max_digits This property is required. int
Max length of DTMF digits.
enabled This property is required. 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).
finishDigit This property is required. String
The digit that terminates a DTMF digit sequence.
maxDigits This property is required. Number
Max length of DTMF digits.

GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse

EnableInteractionLogging This property is required. bool
If true, DF Interaction logging is currently enabled.
EnableStackdriverLogging This property is required. bool
If true, StackDriver logging is currently enabled.
EnableInteractionLogging This property is required. bool
If true, DF Interaction logging is currently enabled.
EnableStackdriverLogging This property is required. bool
If true, StackDriver logging is currently enabled.
enableInteractionLogging This property is required. Boolean
If true, DF Interaction logging is currently enabled.
enableStackdriverLogging This property is required. Boolean
If true, StackDriver logging is currently enabled.
enableInteractionLogging This property is required. boolean
If true, DF Interaction logging is currently enabled.
enableStackdriverLogging This property is required. boolean
If true, StackDriver logging is currently enabled.
enable_interaction_logging This property is required. bool
If true, DF Interaction logging is currently enabled.
enable_stackdriver_logging This property is required. bool
If true, StackDriver logging is currently enabled.
enableInteractionLogging This property is required. Boolean
If true, DF Interaction logging is currently enabled.
enableStackdriverLogging This property is required. Boolean
If true, StackDriver logging is currently enabled.

GoogleCloudDialogflowCxV3AdvancedSettingsResponse

AudioExportGcsDestination This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
DtmfSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
LoggingSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
AudioExportGcsDestination This property is required. GoogleCloudDialogflowCxV3GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
DtmfSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
LoggingSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audioExportGcsDestination This property is required. GoogleCloudDialogflowCxV3GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
dtmfSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
loggingSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audioExportGcsDestination This property is required. GoogleCloudDialogflowCxV3GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
dtmfSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
loggingSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audio_export_gcs_destination This property is required. GoogleCloudDialogflowCxV3GcsDestinationResponse
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 This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
logging_settings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audioExportGcsDestination This property is required. Property Map
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
dtmfSettings This property is required. Property Map
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
loggingSettings This property is required. Property Map
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.

GoogleCloudDialogflowCxV3AudioInputResponse

Audio This property is required. 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 and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
Config This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3InputAudioConfigResponse
Instructs the speech recognizer how to process the speech audio.
Audio This property is required. 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 and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
Config This property is required. GoogleCloudDialogflowCxV3InputAudioConfigResponse
Instructs the speech recognizer how to process the speech audio.
audio This property is required. 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 and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
config This property is required. GoogleCloudDialogflowCxV3InputAudioConfigResponse
Instructs the speech recognizer how to process the speech audio.
audio This property is required. 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 and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
config This property is required. GoogleCloudDialogflowCxV3InputAudioConfigResponse
Instructs the speech recognizer how to process the speech audio.
audio This property is required. 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 and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
config This property is required. GoogleCloudDialogflowCxV3InputAudioConfigResponse
Instructs the speech recognizer how to process the speech audio.
audio This property is required. 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 and audio must be provided. For streaming audio detect intent, config must be provided in the first request and audio must be provided in all following requests.
config This property is required. Property Map
Instructs the speech recognizer how to process the speech audio.

GoogleCloudDialogflowCxV3BargeInConfigResponse

NoBargeInDuration This property is required. string
Duration that is not eligible for barge-in at the beginning of the input audio.
TotalDuration This property is required. string
Total duration for the playback at the beginning of the input audio.
NoBargeInDuration This property is required. string
Duration that is not eligible for barge-in at the beginning of the input audio.
TotalDuration This property is required. string
Total duration for the playback at the beginning of the input audio.
noBargeInDuration This property is required. String
Duration that is not eligible for barge-in at the beginning of the input audio.
totalDuration This property is required. String
Total duration for the playback at the beginning of the input audio.
noBargeInDuration This property is required. string
Duration that is not eligible for barge-in at the beginning of the input audio.
totalDuration This property is required. string
Total duration for the playback at the beginning of the input audio.
no_barge_in_duration This property is required. str
Duration that is not eligible for barge-in at the beginning of the input audio.
total_duration This property is required. str
Total duration for the playback at the beginning of the input audio.
noBargeInDuration This property is required. String
Duration that is not eligible for barge-in at the beginning of the input audio.
totalDuration This property is required. String
Total duration for the playback at the beginning of the input audio.

GoogleCloudDialogflowCxV3ConversationTurnResponse

userInput This property is required. Property Map
The user input.
virtualAgentOutput This property is required. Property Map
The virtual agent output.

GoogleCloudDialogflowCxV3ConversationTurnUserInputResponse

EnableSentimentAnalysis This property is required. bool
Whether sentiment analysis is enabled.
InjectedParameters This property is required. Dictionary<string, string>
Parameters that need to be injected into the conversation during intent detection.
Input This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3QueryInputResponse
Supports text input, event input, dtmf input in the test case.
IsWebhookEnabled This property is required. bool
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
EnableSentimentAnalysis This property is required. bool
Whether sentiment analysis is enabled.
InjectedParameters This property is required. map[string]string
Parameters that need to be injected into the conversation during intent detection.
Input This property is required. GoogleCloudDialogflowCxV3QueryInputResponse
Supports text input, event input, dtmf input in the test case.
IsWebhookEnabled This property is required. bool
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
enableSentimentAnalysis This property is required. Boolean
Whether sentiment analysis is enabled.
injectedParameters This property is required. Map<String,String>
Parameters that need to be injected into the conversation during intent detection.
input This property is required. GoogleCloudDialogflowCxV3QueryInputResponse
Supports text input, event input, dtmf input in the test case.
isWebhookEnabled This property is required. Boolean
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
enableSentimentAnalysis This property is required. boolean
Whether sentiment analysis is enabled.
injectedParameters This property is required. {[key: string]: string}
Parameters that need to be injected into the conversation during intent detection.
input This property is required. GoogleCloudDialogflowCxV3QueryInputResponse
Supports text input, event input, dtmf input in the test case.
isWebhookEnabled This property is required. boolean
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_analysis This property is required. bool
Whether sentiment analysis is enabled.
injected_parameters This property is required. Mapping[str, str]
Parameters that need to be injected into the conversation during intent detection.
input This property is required. GoogleCloudDialogflowCxV3QueryInputResponse
Supports text input, event input, dtmf input in the test case.
is_webhook_enabled This property is required. bool
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
enableSentimentAnalysis This property is required. Boolean
Whether sentiment analysis is enabled.
injectedParameters This property is required. Map<String>
Parameters that need to be injected into the conversation during intent detection.
input This property is required. Property Map
Supports text input, event input, dtmf input in the test case.
isWebhookEnabled This property is required. Boolean
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.

GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutputResponse

CurrentPage This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3PageResponse
The Page on which the utterance was spoken. Only name and displayName will be set.
DiagnosticInfo This property is required. Dictionary<string, string>
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
Differences This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TestRunDifferenceResponse>
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.
SessionParameters This property is required. Dictionary<string, string>
The session parameters available to the bot at this point.
Status This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleRpcStatusResponse
Response error from the agent in the test result. If set, other output is empty.
TextResponses This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextResponse>
The text responses from the agent for the turn.
TriggeredIntent This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentResponse
The Intent that triggered the response. Only name and displayName will be set.
CurrentPage This property is required. GoogleCloudDialogflowCxV3PageResponse
The Page on which the utterance was spoken. Only name and displayName will be set.
DiagnosticInfo This property is required. map[string]string
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
Differences This property is required. []GoogleCloudDialogflowCxV3TestRunDifferenceResponse
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.
SessionParameters This property is required. map[string]string
The session parameters available to the bot at this point.
Status This property is required. GoogleRpcStatusResponse
Response error from the agent in the test result. If set, other output is empty.
TextResponses This property is required. []GoogleCloudDialogflowCxV3ResponseMessageTextResponse
The text responses from the agent for the turn.
TriggeredIntent This property is required. GoogleCloudDialogflowCxV3IntentResponse
The Intent that triggered the response. Only name and displayName will be set.
currentPage This property is required. GoogleCloudDialogflowCxV3PageResponse
The Page on which the utterance was spoken. Only name and displayName will be set.
diagnosticInfo This property is required. Map<String,String>
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
differences This property is required. List<GoogleCloudDialogflowCxV3TestRunDifferenceResponse>
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.
sessionParameters This property is required. Map<String,String>
The session parameters available to the bot at this point.
status This property is required. GoogleRpcStatusResponse
Response error from the agent in the test result. If set, other output is empty.
textResponses This property is required. List<GoogleCloudDialogflowCxV3ResponseMessageTextResponse>
The text responses from the agent for the turn.
triggeredIntent This property is required. GoogleCloudDialogflowCxV3IntentResponse
The Intent that triggered the response. Only name and displayName will be set.
currentPage This property is required. GoogleCloudDialogflowCxV3PageResponse
The Page on which the utterance was spoken. Only name and displayName will be set.
diagnosticInfo This property is required. {[key: string]: string}
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
differences This property is required. GoogleCloudDialogflowCxV3TestRunDifferenceResponse[]
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.
sessionParameters This property is required. {[key: string]: string}
The session parameters available to the bot at this point.
status This property is required. GoogleRpcStatusResponse
Response error from the agent in the test result. If set, other output is empty.
textResponses This property is required. GoogleCloudDialogflowCxV3ResponseMessageTextResponse[]
The text responses from the agent for the turn.
triggeredIntent This property is required. GoogleCloudDialogflowCxV3IntentResponse
The Intent that triggered the response. Only name and displayName will be set.
current_page This property is required. GoogleCloudDialogflowCxV3PageResponse
The Page on which the utterance was spoken. Only name and displayName will be set.
diagnostic_info This property is required. Mapping[str, str]
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
differences This property is required. Sequence[GoogleCloudDialogflowCxV3TestRunDifferenceResponse]
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 This property is required. Mapping[str, str]
The session parameters available to the bot at this point.
status This property is required. GoogleRpcStatusResponse
Response error from the agent in the test result. If set, other output is empty.
text_responses This property is required. Sequence[GoogleCloudDialogflowCxV3ResponseMessageTextResponse]
The text responses from the agent for the turn.
triggered_intent This property is required. GoogleCloudDialogflowCxV3IntentResponse
The Intent that triggered the response. Only name and displayName will be set.
currentPage This property is required. Property Map
The Page on which the utterance was spoken. Only name and displayName will be set.
diagnosticInfo This property is required. Map<String>
Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
differences This property is required. 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.
sessionParameters This property is required. Map<String>
The session parameters available to the bot at this point.
status This property is required. Property Map
Response error from the agent in the test result. If set, other output is empty.
textResponses This property is required. List<Property Map>
The text responses from the agent for the turn.
triggeredIntent This property is required. Property Map
The Intent that triggered the response. Only name and displayName will be set.

GoogleCloudDialogflowCxV3DataStoreConnectionResponse

DataStore This property is required. 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}
DataStoreType This property is required. string
The type of the connected data store.
DataStore This property is required. 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}
DataStoreType This property is required. string
The type of the connected data store.
dataStore This property is required. 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}
dataStoreType This property is required. String
The type of the connected data store.
dataStore This property is required. 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}
dataStoreType This property is required. string
The type of the connected data store.
data_store This property is required. 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_type This property is required. str
The type of the connected data store.
dataStore This property is required. 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}
dataStoreType This property is required. String
The type of the connected data store.

GoogleCloudDialogflowCxV3DtmfInputResponse

Digits This property is required. string
The dtmf digits.
FinishDigit This property is required. string
The finish digit (if any).
Digits This property is required. string
The dtmf digits.
FinishDigit This property is required. string
The finish digit (if any).
digits This property is required. String
The dtmf digits.
finishDigit This property is required. String
The finish digit (if any).
digits This property is required. string
The dtmf digits.
finishDigit This property is required. string
The finish digit (if any).
digits This property is required. str
The dtmf digits.
finish_digit This property is required. str
The finish digit (if any).
digits This property is required. String
The dtmf digits.
finishDigit This property is required. String
The finish digit (if any).

GoogleCloudDialogflowCxV3EventHandlerResponse

Event This property is required. string
The name of the event to handle.
Name This property is required. string
The unique identifier of this event handler.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentResponse
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 This property is required. string
The name of the event to handle.
Name This property is required. string
The unique identifier of this event handler.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
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 This property is required. String
The name of the event to handle.
name This property is required. String
The unique identifier of this event handler.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
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 This property is required. string
The name of the event to handle.
name This property is required. string
The unique identifier of this event handler.
targetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
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 This property is required. str
The name of the event to handle.
name This property is required. str
The unique identifier of this event handler.
target_flow This property is required. str
The target flow to transition to. Format: projects//locations//agents//flows/.
target_page This property is required. str
The target page to transition to. Format: projects//locations//agents//flows//pages/.
trigger_fulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
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 This property is required. String
The name of the event to handle.
name This property is required. String
The unique identifier of this event handler.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. 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.

GoogleCloudDialogflowCxV3EventInputResponse

Event This property is required. string
Name of the event.
Event This property is required. string
Name of the event.
event This property is required. String
Name of the event.
event This property is required. string
Name of the event.
event This property is required. str
Name of the event.
event This property is required. String
Name of the event.

GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse

InitialPromptFulfillment This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
RepromptEventHandlers This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventHandlerResponse>
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 the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.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. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.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.
InitialPromptFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
RepromptEventHandlers This property is required. []GoogleCloudDialogflowCxV3EventHandlerResponse
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 the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.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. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.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.
initialPromptFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
repromptEventHandlers This property is required. List<GoogleCloudDialogflowCxV3EventHandlerResponse>
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 the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.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. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.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.
initialPromptFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
repromptEventHandlers This property is required. GoogleCloudDialogflowCxV3EventHandlerResponse[]
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 the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.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. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.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_fulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
reprompt_event_handlers This property is required. Sequence[GoogleCloudDialogflowCxV3EventHandlerResponse]
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 the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.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. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.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.
initialPromptFulfillment This property is required. Property Map
The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
repromptEventHandlers This property is required. List<Property Map>
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 the sys.no-match-1/sys.no-input-1 handler (if defined) will be called to provide a prompt. The sys.no-match-2/sys.no-input-2 handler (if defined) will respond to the next no-match/no-input event, and so on. A sys.no-match-default or sys.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. A sys.invalid-parameter handler can be defined to handle the case where the parameter values have been invalidated by webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with the sys.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

AdvancedSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
DefaultValue This property is required. object
The default value of an optional parameter. If the parameter is required, the default value will be ignored.
DisplayName This property is required. string
The human-readable name of the parameter, unique within the form.
EntityType This property is required. string
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
FillBehavior This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
Defines fill behavior for the parameter.
IsList This property is required. bool
Indicates whether the parameter represents a list of values.
Redact This property is required. 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 This property is 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.
AdvancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
DefaultValue This property is required. interface{}
The default value of an optional parameter. If the parameter is required, the default value will be ignored.
DisplayName This property is required. string
The human-readable name of the parameter, unique within the form.
EntityType This property is required. string
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
FillBehavior This property is required. GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
Defines fill behavior for the parameter.
IsList This property is required. bool
Indicates whether the parameter represents a list of values.
Redact This property is required. 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 This property is 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.
advancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
defaultValue This property is required. Object
The default value of an optional parameter. If the parameter is required, the default value will be ignored.
displayName This property is required. String
The human-readable name of the parameter, unique within the form.
entityType This property is required. String
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
fillBehavior This property is required. GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
Defines fill behavior for the parameter.
isList This property is required. Boolean
Indicates whether the parameter represents a list of values.
redact This property is required. 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 This property is 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.
advancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
defaultValue This property is required. any
The default value of an optional parameter. If the parameter is required, the default value will be ignored.
displayName This property is required. string
The human-readable name of the parameter, unique within the form.
entityType This property is required. string
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
fillBehavior This property is required. GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
Defines fill behavior for the parameter.
isList This property is required. boolean
Indicates whether the parameter represents a list of values.
redact This property is required. 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 This property is 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 This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
default_value This property is required. Any
The default value of an optional parameter. If the parameter is required, the default value will be ignored.
display_name This property is required. str
The human-readable name of the parameter, unique within the form.
entity_type This property is required. str
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
fill_behavior This property is required. GoogleCloudDialogflowCxV3FormParameterFillBehaviorResponse
Defines fill behavior for the parameter.
is_list This property is required. bool
Indicates whether the parameter represents a list of values.
redact This property is required. 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 This property is 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.
advancedSettings This property is required. Property Map
Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
defaultValue This property is required. Any
The default value of an optional parameter. If the parameter is required, the default value will be ignored.
displayName This property is required. String
The human-readable name of the parameter, unique within the form.
entityType This property is required. String
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
fillBehavior This property is required. Property Map
Defines fill behavior for the parameter.
isList This property is required. Boolean
Indicates whether the parameter represents a list of values.
redact This property is required. 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 This property is 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

Parameters This property is required. []GoogleCloudDialogflowCxV3FormParameterResponse
Parameters to collect from the user.
parameters This property is required. List<GoogleCloudDialogflowCxV3FormParameterResponse>
Parameters to collect from the user.
parameters This property is required. GoogleCloudDialogflowCxV3FormParameterResponse[]
Parameters to collect from the user.
parameters This property is required. Sequence[GoogleCloudDialogflowCxV3FormParameterResponse]
Parameters to collect from the user.
parameters This property is required. List<Property Map>
Parameters to collect from the user.

GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse

AdditionalCases This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse
Additional cases to be evaluated.
Message This property is required. GoogleCloudDialogflowCxV3ResponseMessageResponse
Returned message.
additionalCases This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse
Additional cases to be evaluated.
message This property is required. GoogleCloudDialogflowCxV3ResponseMessageResponse
Returned message.
additionalCases This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse
Additional cases to be evaluated.
message This property is required. GoogleCloudDialogflowCxV3ResponseMessageResponse
Returned message.
additional_cases This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse
Additional cases to be evaluated.
message This property is required. GoogleCloudDialogflowCxV3ResponseMessageResponse
Returned message.
additionalCases This property is required. Property Map
Additional cases to be evaluated.
message This property is required. Property Map
Returned message.

GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse

CaseContent This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse>
A list of case content.
Condition This property is required. 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.
CaseContent This property is required. []GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse
A list of case content.
Condition This property is required. 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.
caseContent This property is required. List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse>
A list of case content.
condition This property is required. 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.
caseContent This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse[]
A list of case content.
condition This property is required. 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 This property is required. Sequence[GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContentResponse]
A list of case content.
condition This property is required. 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.
caseContent This property is required. List<Property Map>
A list of case content.
condition This property is required. 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

Cases This property is required. []GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse
A list of cascading if-else conditions.
cases This property is required. List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse>
A list of cascading if-else conditions.
cases This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse[]
A list of cascading if-else conditions.
cases This property is required. Sequence[GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseResponse]
A list of cascading if-else conditions.
cases This property is required. List<Property Map>
A list of cascading if-else conditions.

GoogleCloudDialogflowCxV3FulfillmentResponse

AdvancedSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
ConditionalCases This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse>
Conditional cases for this fulfillment.
EnableGenerativeFallback This property is required. bool
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 This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageResponse>
The list of rich message responses to present to the user.
ReturnPartialResponses This property is required. bool
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.
SetParameterActions This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse>
Set parameter values before executing the webhook.
Tag This property is required. 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 if webhook is specified.
Webhook This property is required. string
The webhook to call. Format: projects//locations//agents//webhooks/.
AdvancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
ConditionalCases This property is required. []GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse
Conditional cases for this fulfillment.
EnableGenerativeFallback This property is required. bool
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 This property is required. []GoogleCloudDialogflowCxV3ResponseMessageResponse
The list of rich message responses to present to the user.
ReturnPartialResponses This property is required. bool
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.
SetParameterActions This property is required. []GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse
Set parameter values before executing the webhook.
Tag This property is required. 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 if webhook is specified.
Webhook This property is required. string
The webhook to call. Format: projects//locations//agents//webhooks/.
advancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
conditionalCases This property is required. List<GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse>
Conditional cases for this fulfillment.
enableGenerativeFallback This property is required. Boolean
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 This property is required. List<GoogleCloudDialogflowCxV3ResponseMessageResponse>
The list of rich message responses to present to the user.
returnPartialResponses This property is required. Boolean
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.
setParameterActions This property is required. List<GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse>
Set parameter values before executing the webhook.
tag This property is required. 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 if webhook is specified.
webhook This property is required. String
The webhook to call. Format: projects//locations//agents//webhooks/.
advancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
conditionalCases This property is required. GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse[]
Conditional cases for this fulfillment.
enableGenerativeFallback This property is required. boolean
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 This property is required. GoogleCloudDialogflowCxV3ResponseMessageResponse[]
The list of rich message responses to present to the user.
returnPartialResponses This property is required. boolean
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.
setParameterActions This property is required. GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse[]
Set parameter values before executing the webhook.
tag This property is required. 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 if webhook is specified.
webhook This property is required. string
The webhook to call. Format: projects//locations//agents//webhooks/.
advanced_settings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
conditional_cases This property is required. Sequence[GoogleCloudDialogflowCxV3FulfillmentConditionalCasesResponse]
Conditional cases for this fulfillment.
enable_generative_fallback This property is required. bool
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 This property is required. Sequence[GoogleCloudDialogflowCxV3ResponseMessageResponse]
The list of rich message responses to present to the user.
return_partial_responses This property is required. bool
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_actions This property is required. Sequence[GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse]
Set parameter values before executing the webhook.
tag This property is required. 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 if webhook is specified.
webhook This property is required. str
The webhook to call. Format: projects//locations//agents//webhooks/.
advancedSettings This property is required. Property Map
Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
conditionalCases This property is required. List<Property Map>
Conditional cases for this fulfillment.
enableGenerativeFallback This property is required. Boolean
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 This property is required. List<Property Map>
The list of rich message responses to present to the user.
returnPartialResponses This property is required. Boolean
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.
setParameterActions This property is required. List<Property Map>
Set parameter values before executing the webhook.
tag This property is required. 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 if webhook is specified.
webhook This property is required. String
The webhook to call. Format: projects//locations//agents//webhooks/.

GoogleCloudDialogflowCxV3FulfillmentSetParameterActionResponse

Parameter This property is required. string
Display name of the parameter.
Value This property is required. object
The new value of the parameter. A null value clears the parameter.
Parameter This property is required. string
Display name of the parameter.
Value This property is required. interface{}
The new value of the parameter. A null value clears the parameter.
parameter This property is required. String
Display name of the parameter.
value This property is required. Object
The new value of the parameter. A null value clears the parameter.
parameter This property is required. string
Display name of the parameter.
value This property is required. any
The new value of the parameter. A null value clears the parameter.
parameter This property is required. str
Display name of the parameter.
value This property is required. Any
The new value of the parameter. A null value clears the parameter.
parameter This property is required. String
Display name of the parameter.
value This property is required. Any
The new value of the parameter. A null value clears the parameter.

GoogleCloudDialogflowCxV3GcsDestinationResponse

Uri This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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.

GoogleCloudDialogflowCxV3InputAudioConfigResponse

AudioEncoding This property is required. string
Audio encoding of the audio content to process.
BargeInConfig This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3BargeInConfigResponse
Configuration of barge-in behavior during the streaming of input audio.
EnableWordInfo This property is required. bool
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 This property is required. 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)
ModelVariant This property is required. string
Optional. Which variant of the Speech model to use.
PhraseHints This property is required. 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.
SampleRateHertz This property is required. int
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
SingleUtterance This property is required. bool
Optional. If false (default), recognition does not cease until the client closes the stream. If true, 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.
AudioEncoding This property is required. string
Audio encoding of the audio content to process.
BargeInConfig This property is required. GoogleCloudDialogflowCxV3BargeInConfigResponse
Configuration of barge-in behavior during the streaming of input audio.
EnableWordInfo This property is required. bool
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 This property is required. 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)
ModelVariant This property is required. string
Optional. Which variant of the Speech model to use.
PhraseHints This property is required. []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.
SampleRateHertz This property is required. int
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
SingleUtterance This property is required. bool
Optional. If false (default), recognition does not cease until the client closes the stream. If true, 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.
audioEncoding This property is required. String
Audio encoding of the audio content to process.
bargeInConfig This property is required. GoogleCloudDialogflowCxV3BargeInConfigResponse
Configuration of barge-in behavior during the streaming of input audio.
enableWordInfo This property is required. Boolean
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 This property is required. 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)
modelVariant This property is required. String
Optional. Which variant of the Speech model to use.
phraseHints This property is required. 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.
sampleRateHertz This property is required. Integer
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
singleUtterance This property is required. Boolean
Optional. If false (default), recognition does not cease until the client closes the stream. If true, 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.
audioEncoding This property is required. string
Audio encoding of the audio content to process.
bargeInConfig This property is required. GoogleCloudDialogflowCxV3BargeInConfigResponse
Configuration of barge-in behavior during the streaming of input audio.
enableWordInfo This property is required. boolean
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 This property is required. 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)
modelVariant This property is required. string
Optional. Which variant of the Speech model to use.
phraseHints This property is required. 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.
sampleRateHertz This property is required. number
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
singleUtterance This property is required. boolean
Optional. If false (default), recognition does not cease until the client closes the stream. If true, 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 This property is required. str
Audio encoding of the audio content to process.
barge_in_config This property is required. GoogleCloudDialogflowCxV3BargeInConfigResponse
Configuration of barge-in behavior during the streaming of input audio.
enable_word_info This property is required. bool
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 This property is required. 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 This property is required. str
Optional. Which variant of the Speech model to use.
phrase_hints This property is required. 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_hertz This property is required. int
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
single_utterance This property is required. bool
Optional. If false (default), recognition does not cease until the client closes the stream. If true, 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.
audioEncoding This property is required. String
Audio encoding of the audio content to process.
bargeInConfig This property is required. Property Map
Configuration of barge-in behavior during the streaming of input audio.
enableWordInfo This property is required. Boolean
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 This property is required. 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)
modelVariant This property is required. String
Optional. Which variant of the Speech model to use.
phraseHints This property is required. 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.
sampleRateHertz This property is required. Number
Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
singleUtterance This property is required. Boolean
Optional. If false (default), recognition does not cease until the client closes the stream. If true, 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.

GoogleCloudDialogflowCxV3IntentInputResponse

Intent This property is required. string
The unique identifier of the intent. Format: projects//locations//agents//intents/.
Intent This property is required. string
The unique identifier of the intent. Format: projects//locations//agents//intents/.
intent This property is required. String
The unique identifier of the intent. Format: projects//locations//agents//intents/.
intent This property is required. string
The unique identifier of the intent. Format: projects//locations//agents//intents/.
intent This property is required. str
The unique identifier of the intent. Format: projects//locations//agents//intents/.
intent This property is required. String
The unique identifier of the intent. Format: projects//locations//agents//intents/.

GoogleCloudDialogflowCxV3IntentParameterResponse

EntityType This property is required. string
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
IsList This property is required. bool
Indicates whether the parameter represents a list of values.
Redact This property is required. 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.
EntityType This property is required. string
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
IsList This property is required. bool
Indicates whether the parameter represents a list of values.
Redact This property is required. 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.
entityType This property is required. String
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
isList This property is required. Boolean
Indicates whether the parameter represents a list of values.
redact This property is required. 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.
entityType This property is required. string
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
isList This property is required. boolean
Indicates whether the parameter represents a list of values.
redact This property is required. 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 This property is required. str
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
is_list This property is required. bool
Indicates whether the parameter represents a list of values.
redact This property is required. 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.
entityType This property is required. String
The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/ for system entity types (for example, projects/-/locations/-/agents/-/entityTypes/sys.date), or projects//locations//agents//entityTypes/ for developer entity types.
isList This property is required. Boolean
Indicates whether the parameter represents a list of values.
redact This property is required. 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

Description This property is required. string
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
DisplayName This property is required. string
The human-readable name of the intent, unique within the agent.
IsFallback This property is required. 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 This property is required. 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 This property is required. 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 This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentParameterResponse>
The collection of parameters associated with the intent.
Priority This property is required. 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.
TrainingPhrases This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse>
The collection of training phrases the agent is trained on to identify the intent.
Description This property is required. string
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
DisplayName This property is required. string
The human-readable name of the intent, unique within the agent.
IsFallback This property is required. 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 This property is required. 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 This property is required. 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 This property is required. []GoogleCloudDialogflowCxV3IntentParameterResponse
The collection of parameters associated with the intent.
Priority This property is required. 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.
TrainingPhrases This property is required. []GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse
The collection of training phrases the agent is trained on to identify the intent.
description This property is required. String
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
displayName This property is required. String
The human-readable name of the intent, unique within the agent.
isFallback This property is required. 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 This property is required. 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 This property is required. 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 This property is required. List<GoogleCloudDialogflowCxV3IntentParameterResponse>
The collection of parameters associated with the intent.
priority This property is required. 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.
trainingPhrases This property is required. List<GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse>
The collection of training phrases the agent is trained on to identify the intent.
description This property is required. string
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
displayName This property is required. string
The human-readable name of the intent, unique within the agent.
isFallback This property is required. 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 This property is required. {[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 This property is required. 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 This property is required. GoogleCloudDialogflowCxV3IntentParameterResponse[]
The collection of parameters associated with the intent.
priority This property is required. 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.
trainingPhrases This property is required. GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse[]
The collection of training phrases the agent is trained on to identify the intent.
description This property is required. str
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
display_name This property is required. str
The human-readable name of the intent, unique within the agent.
is_fallback This property is required. 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 This property is required. 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 This property is required. 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 This property is required. Sequence[GoogleCloudDialogflowCxV3IntentParameterResponse]
The collection of parameters associated with the intent.
priority This property is required. 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 This property is required. Sequence[GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse]
The collection of training phrases the agent is trained on to identify the intent.
description This property is required. String
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
displayName This property is required. String
The human-readable name of the intent, unique within the agent.
isFallback This property is required. 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 This property is required. 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 This property is required. 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 This property is required. List<Property Map>
The collection of parameters associated with the intent.
priority This property is required. 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.
trainingPhrases This property is required. List<Property Map>
The collection of training phrases the agent is trained on to identify the intent.

GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse

ParameterId This property is required. string
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
Text This property is required. string
The text for this part.
ParameterId This property is required. string
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
Text This property is required. string
The text for this part.
parameterId This property is required. String
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
text This property is required. String
The text for this part.
parameterId This property is required. string
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
text This property is required. string
The text for this part.
parameter_id This property is required. str
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
text This property is required. str
The text for this part.
parameterId This property is required. String
The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
text This property is required. String
The text for this part.

GoogleCloudDialogflowCxV3IntentTrainingPhraseResponse

Parts This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse>
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 the parameter_id field is set.
RepeatCount This property is required. int
Indicates how many times this example was added to the intent.
Parts This property is required. []GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse
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 the parameter_id field is set.
RepeatCount This property is required. int
Indicates how many times this example was added to the intent.
parts This property is required. List<GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse>
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 the parameter_id field is set.
repeatCount This property is required. Integer
Indicates how many times this example was added to the intent.
parts This property is required. GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse[]
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 the parameter_id field is set.
repeatCount This property is required. number
Indicates how many times this example was added to the intent.
parts This property is required. Sequence[GoogleCloudDialogflowCxV3IntentTrainingPhrasePartResponse]
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 the parameter_id field is set.
repeat_count This property is required. int
Indicates how many times this example was added to the intent.
parts This property is required. 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 the parameter_id field is set.
repeatCount This property is required. Number
Indicates how many times this example was added to the intent.

GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse

DataStoreConnections This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DataStoreConnectionResponse>
Optional. List of related data store connections.
Enabled This property is required. bool
Whether Knowledge Connector is enabled or not.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentResponse
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.
DataStoreConnections This property is required. []GoogleCloudDialogflowCxV3DataStoreConnectionResponse
Optional. List of related data store connections.
Enabled This property is required. bool
Whether Knowledge Connector is enabled or not.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
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.
dataStoreConnections This property is required. List<GoogleCloudDialogflowCxV3DataStoreConnectionResponse>
Optional. List of related data store connections.
enabled This property is required. Boolean
Whether Knowledge Connector is enabled or not.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
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.
dataStoreConnections This property is required. GoogleCloudDialogflowCxV3DataStoreConnectionResponse[]
Optional. List of related data store connections.
enabled This property is required. boolean
Whether Knowledge Connector is enabled or not.
targetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
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_connections This property is required. Sequence[GoogleCloudDialogflowCxV3DataStoreConnectionResponse]
Optional. List of related data store connections.
enabled This property is required. bool
Whether Knowledge Connector is enabled or not.
target_flow This property is required. str
The target flow to transition to. Format: projects//locations//agents//flows/.
target_page This property is required. str
The target page to transition to. Format: projects//locations//agents//flows//pages/.
trigger_fulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
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.
dataStoreConnections This property is required. List<Property Map>
Optional. List of related data store connections.
enabled This property is required. Boolean
Whether Knowledge Connector is enabled or not.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. 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.

GoogleCloudDialogflowCxV3PageResponse

AdvancedSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
DisplayName This property is required. string
The human-readable name of the page, unique within the flow.
EntryFulfillment This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the session is entering the page.
EventHandlers This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventHandlerResponse>
Handlers associated with the page to handle events such as webhook errors, no match or no input.
Form This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FormResponse
The form associated with the page, used for collecting parameters relevant to the page.
KnowledgeConnectorSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse
Optional. Knowledge connector configuration.
Name This property is required. 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/.
TransitionRouteGroups This property is required. List<string>
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/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
TransitionRoutes This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TransitionRouteResponse>
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.
AdvancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
DisplayName This property is required. string
The human-readable name of the page, unique within the flow.
EntryFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the session is entering the page.
EventHandlers This property is required. []GoogleCloudDialogflowCxV3EventHandlerResponse
Handlers associated with the page to handle events such as webhook errors, no match or no input.
Form This property is required. GoogleCloudDialogflowCxV3FormResponse
The form associated with the page, used for collecting parameters relevant to the page.
KnowledgeConnectorSettings This property is required. GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse
Optional. Knowledge connector configuration.
Name This property is required. 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/.
TransitionRouteGroups This property is required. []string
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/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
TransitionRoutes This property is required. []GoogleCloudDialogflowCxV3TransitionRouteResponse
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.
advancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
displayName This property is required. String
The human-readable name of the page, unique within the flow.
entryFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the session is entering the page.
eventHandlers This property is required. List<GoogleCloudDialogflowCxV3EventHandlerResponse>
Handlers associated with the page to handle events such as webhook errors, no match or no input.
form This property is required. GoogleCloudDialogflowCxV3FormResponse
The form associated with the page, used for collecting parameters relevant to the page.
knowledgeConnectorSettings This property is required. GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse
Optional. Knowledge connector configuration.
name This property is required. 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/.
transitionRouteGroups This property is required. List<String>
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/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
transitionRoutes This property is required. List<GoogleCloudDialogflowCxV3TransitionRouteResponse>
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.
advancedSettings This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
displayName This property is required. string
The human-readable name of the page, unique within the flow.
entryFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the session is entering the page.
eventHandlers This property is required. GoogleCloudDialogflowCxV3EventHandlerResponse[]
Handlers associated with the page to handle events such as webhook errors, no match or no input.
form This property is required. GoogleCloudDialogflowCxV3FormResponse
The form associated with the page, used for collecting parameters relevant to the page.
knowledgeConnectorSettings This property is required. GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse
Optional. Knowledge connector configuration.
name This property is required. 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/.
transitionRouteGroups This property is required. string[]
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/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
transitionRoutes This property is required. GoogleCloudDialogflowCxV3TransitionRouteResponse[]
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 This property is required. GoogleCloudDialogflowCxV3AdvancedSettingsResponse
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
display_name This property is required. str
The human-readable name of the page, unique within the flow.
entry_fulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the session is entering the page.
event_handlers This property is required. Sequence[GoogleCloudDialogflowCxV3EventHandlerResponse]
Handlers associated with the page to handle events such as webhook errors, no match or no input.
form This property is required. GoogleCloudDialogflowCxV3FormResponse
The form associated with the page, used for collecting parameters relevant to the page.
knowledge_connector_settings This property is required. GoogleCloudDialogflowCxV3KnowledgeConnectorSettingsResponse
Optional. Knowledge connector configuration.
name This property is required. 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_groups This property is required. Sequence[str]
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/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
transition_routes This property is required. Sequence[GoogleCloudDialogflowCxV3TransitionRouteResponse]
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.
advancedSettings This property is required. Property Map
Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
displayName This property is required. String
The human-readable name of the page, unique within the flow.
entryFulfillment This property is required. Property Map
The fulfillment to call when the session is entering the page.
eventHandlers This property is required. List<Property Map>
Handlers associated with the page to handle events such as webhook errors, no match or no input.
form This property is required. Property Map
The form associated with the page, used for collecting parameters relevant to the page.
knowledgeConnectorSettings This property is required. Property Map
Optional. Knowledge connector configuration.
name This property is required. 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/.
transitionRouteGroups This property is required. List<String>
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/ or projects//locations//agents//transitionRouteGroups/ for agent-level groups.
transitionRoutes This property is required. 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.

GoogleCloudDialogflowCxV3QueryInputResponse

Audio This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3AudioInputResponse
The natural language speech audio to be processed.
Dtmf This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3DtmfInputResponse
The DTMF event to be handled.
Event This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3EventInputResponse
The event to be triggered.
Intent This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3IntentInputResponse
The intent to be triggered.
LanguageCode This property is required. 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 This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3TextInputResponse
The natural language text to be processed.
Audio This property is required. GoogleCloudDialogflowCxV3AudioInputResponse
The natural language speech audio to be processed.
Dtmf This property is required. GoogleCloudDialogflowCxV3DtmfInputResponse
The DTMF event to be handled.
Event This property is required. GoogleCloudDialogflowCxV3EventInputResponse
The event to be triggered.
Intent This property is required. GoogleCloudDialogflowCxV3IntentInputResponse
The intent to be triggered.
LanguageCode This property is required. 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 This property is required. GoogleCloudDialogflowCxV3TextInputResponse
The natural language text to be processed.
audio This property is required. GoogleCloudDialogflowCxV3AudioInputResponse
The natural language speech audio to be processed.
dtmf This property is required. GoogleCloudDialogflowCxV3DtmfInputResponse
The DTMF event to be handled.
event This property is required. GoogleCloudDialogflowCxV3EventInputResponse
The event to be triggered.
intent This property is required. GoogleCloudDialogflowCxV3IntentInputResponse
The intent to be triggered.
languageCode This property is required. 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 This property is required. GoogleCloudDialogflowCxV3TextInputResponse
The natural language text to be processed.
audio This property is required. GoogleCloudDialogflowCxV3AudioInputResponse
The natural language speech audio to be processed.
dtmf This property is required. GoogleCloudDialogflowCxV3DtmfInputResponse
The DTMF event to be handled.
event This property is required. GoogleCloudDialogflowCxV3EventInputResponse
The event to be triggered.
intent This property is required. GoogleCloudDialogflowCxV3IntentInputResponse
The intent to be triggered.
languageCode This property is required. 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 This property is required. GoogleCloudDialogflowCxV3TextInputResponse
The natural language text to be processed.
audio This property is required. GoogleCloudDialogflowCxV3AudioInputResponse
The natural language speech audio to be processed.
dtmf This property is required. GoogleCloudDialogflowCxV3DtmfInputResponse
The DTMF event to be handled.
event This property is required. GoogleCloudDialogflowCxV3EventInputResponse
The event to be triggered.
intent This property is required. GoogleCloudDialogflowCxV3IntentInputResponse
The intent to be triggered.
language_code This property is required. 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 This property is required. GoogleCloudDialogflowCxV3TextInputResponse
The natural language text to be processed.
audio This property is required. Property Map
The natural language speech audio to be processed.
dtmf This property is required. Property Map
The DTMF event to be handled.
event This property is required. Property Map
The event to be triggered.
intent This property is required. Property Map
The intent to be triggered.
languageCode This property is required. 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 This property is required. Property Map
The natural language text to be processed.

GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse

Metadata This property is required. Dictionary<string, string>
Custom metadata. Dialogflow doesn't impose any structure on this.
Metadata This property is required. map[string]string
Custom metadata. Dialogflow doesn't impose any structure on this.
metadata This property is required. Map<String,String>
Custom metadata. Dialogflow doesn't impose any structure on this.
metadata This property is required. {[key: string]: string}
Custom metadata. Dialogflow doesn't impose any structure on this.
metadata This property is required. Mapping[str, str]
Custom metadata. Dialogflow doesn't impose any structure on this.
metadata This property is required. Map<String>
Custom metadata. Dialogflow doesn't impose any structure on this.

GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse

Metadata This property is required. Dictionary<string, string>
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
Metadata This property is required. map[string]string
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
metadata This property is required. Map<String,String>
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
metadata This property is required. {[key: string]: string}
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
metadata This property is required. Mapping[str, str]
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
metadata This property is required. Map<String>
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.

GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse

Segments This property is required. []GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse
Segments this audio response is composed of.
segments This property is required. List<GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse>
Segments this audio response is composed of.
segments This property is required. GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse[]
Segments this audio response is composed of.
segments This property is required. Sequence[GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse]
Segments this audio response is composed of.
segments This property is required. List<Property Map>
Segments this audio response is composed of.

GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegmentResponse

AllowPlaybackInterruption This property is required. bool
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 This property is required. string
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
Uri This property is required. string
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
AllowPlaybackInterruption This property is required. bool
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 This property is required. string
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
Uri This property is required. string
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
allowPlaybackInterruption This property is required. Boolean
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 This property is required. String
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
uri This property is required. String
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
allowPlaybackInterruption This property is required. boolean
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 This property is required. string
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
uri This property is required. string
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
allow_playback_interruption This property is required. bool
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 This property is required. str
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
uri This property is required. str
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
allowPlaybackInterruption This property is required. Boolean
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 This property is required. String
Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
uri This property is required. String
Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.

GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse

AllowPlaybackInterruption This property is required. bool
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 This property is required. string
The SSML text to be synthesized. For more information, see SSML.
Text This property is required. string
The raw text to be synthesized.
AllowPlaybackInterruption This property is required. bool
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 This property is required. string
The SSML text to be synthesized. For more information, see SSML.
Text This property is required. string
The raw text to be synthesized.
allowPlaybackInterruption This property is required. Boolean
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 This property is required. String
The SSML text to be synthesized. For more information, see SSML.
text This property is required. String
The raw text to be synthesized.
allowPlaybackInterruption This property is required. boolean
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 This property is required. string
The SSML text to be synthesized. For more information, see SSML.
text This property is required. string
The raw text to be synthesized.
allow_playback_interruption This property is required. bool
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 This property is required. str
The SSML text to be synthesized. For more information, see SSML.
text This property is required. str
The raw text to be synthesized.
allowPlaybackInterruption This property is required. Boolean
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 This property is required. String
The SSML text to be synthesized. For more information, see SSML.
text This property is required. String
The raw text to be synthesized.

GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse

AllowPlaybackInterruption This property is required. bool
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.
AudioUri This property is required. string
URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
AllowPlaybackInterruption This property is required. bool
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.
AudioUri This property is required. string
URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
allowPlaybackInterruption This property is required. Boolean
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.
audioUri This property is required. String
URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
allowPlaybackInterruption This property is required. boolean
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.
audioUri This property is required. 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_interruption This property is required. bool
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 This property is required. str
URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
allowPlaybackInterruption This property is required. Boolean
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.
audioUri This property is required. 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

Channel This property is required. 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.
ConversationSuccess This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
EndInteraction This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageEndInteractionResponse
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.
KnowledgeInfoCard This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
LiveAgentHandoff This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
MixedAudio This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse
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.
OutputAudioText This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
Payload This property is required. Dictionary<string, string>
Returns a response containing a custom, platform-specific payload.
PlayAudio This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse
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.
ResponseType This property is required. string
Response type.
TelephonyTransferCall This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
Text This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ResponseMessageTextResponse
Returns a text response.
Channel This property is required. 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.
ConversationSuccess This property is required. GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
EndInteraction This property is required. GoogleCloudDialogflowCxV3ResponseMessageEndInteractionResponse
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.
KnowledgeInfoCard This property is required. GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
LiveAgentHandoff This property is required. GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
MixedAudio This property is required. GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse
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.
OutputAudioText This property is required. GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
Payload This property is required. map[string]string
Returns a response containing a custom, platform-specific payload.
PlayAudio This property is required. GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse
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.
ResponseType This property is required. string
Response type.
TelephonyTransferCall This property is required. GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
Text This property is required. GoogleCloudDialogflowCxV3ResponseMessageTextResponse
Returns a text response.
channel This property is required. 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.
conversationSuccess This property is required. GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
endInteraction This property is required. GoogleCloudDialogflowCxV3ResponseMessageEndInteractionResponse
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.
knowledgeInfoCard This property is required. GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
liveAgentHandoff This property is required. GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
mixedAudio This property is required. GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse
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.
outputAudioText This property is required. GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
payload This property is required. Map<String,String>
Returns a response containing a custom, platform-specific payload.
playAudio This property is required. GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse
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.
responseType This property is required. String
Response type.
telephonyTransferCall This property is required. GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
text This property is required. GoogleCloudDialogflowCxV3ResponseMessageTextResponse
Returns a text response.
channel This property is required. 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.
conversationSuccess This property is required. GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
endInteraction This property is required. GoogleCloudDialogflowCxV3ResponseMessageEndInteractionResponse
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.
knowledgeInfoCard This property is required. GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
liveAgentHandoff This property is required. GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
mixedAudio This property is required. GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse
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.
outputAudioText This property is required. GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
payload This property is required. {[key: string]: string}
Returns a response containing a custom, platform-specific payload.
playAudio This property is required. GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse
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.
responseType This property is required. string
Response type.
telephonyTransferCall This property is required. GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
text This property is required. GoogleCloudDialogflowCxV3ResponseMessageTextResponse
Returns a text response.
channel This property is required. 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 This property is required. GoogleCloudDialogflowCxV3ResponseMessageConversationSuccessResponse
Indicates that the conversation succeeded.
end_interaction This property is required. GoogleCloudDialogflowCxV3ResponseMessageEndInteractionResponse
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_card This property is required. GoogleCloudDialogflowCxV3ResponseMessageKnowledgeInfoCardResponse
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
live_agent_handoff This property is required. GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoffResponse
Hands off conversation to a human agent.
mixed_audio This property is required. GoogleCloudDialogflowCxV3ResponseMessageMixedAudioResponse
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_text This property is required. GoogleCloudDialogflowCxV3ResponseMessageOutputAudioTextResponse
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
payload This property is required. Mapping[str, str]
Returns a response containing a custom, platform-specific payload.
play_audio This property is required. GoogleCloudDialogflowCxV3ResponseMessagePlayAudioResponse
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 This property is required. str
Response type.
telephony_transfer_call This property is required. GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
text This property is required. GoogleCloudDialogflowCxV3ResponseMessageTextResponse
Returns a text response.
channel This property is required. 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.
conversationSuccess This property is required. Property Map
Indicates that the conversation succeeded.
endInteraction This property is required. 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.
knowledgeInfoCard This property is required. Property Map
Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
liveAgentHandoff This property is required. Property Map
Hands off conversation to a human agent.
mixedAudio This property is required. 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.
outputAudioText This property is required. Property Map
A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
payload This property is required. Map<String>
Returns a response containing a custom, platform-specific payload.
playAudio This property is required. 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.
responseType This property is required. String
Response type.
telephonyTransferCall This property is required. Property Map
A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
text This property is required. Property Map
Returns a text response.

GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCallResponse

PhoneNumber This property is required. string
Transfer the call to a phone number in E.164 format.
PhoneNumber This property is required. string
Transfer the call to a phone number in E.164 format.
phoneNumber This property is required. String
Transfer the call to a phone number in E.164 format.
phoneNumber This property is required. string
Transfer the call to a phone number in E.164 format.
phone_number This property is required. str
Transfer the call to a phone number in E.164 format.
phoneNumber This property is required. String
Transfer the call to a phone number in E.164 format.

GoogleCloudDialogflowCxV3ResponseMessageTextResponse

AllowPlaybackInterruption This property is required. bool
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 This property is required. List<string>
A collection of text responses.
AllowPlaybackInterruption This property is required. bool
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 This property is required. []string
A collection of text responses.
allowPlaybackInterruption This property is required. Boolean
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 This property is required. List<String>
A collection of text responses.
allowPlaybackInterruption This property is required. boolean
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 This property is required. string[]
A collection of text responses.
allow_playback_interruption This property is required. bool
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 This property is required. Sequence[str]
A collection of text responses.
allowPlaybackInterruption This property is required. Boolean
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 This property is required. List<String>
A collection of text responses.

GoogleCloudDialogflowCxV3TestCaseResultResponse

ConversationTurns This property is required. List<Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3ConversationTurnResponse>
The conversation turns uttered during the test case replay in chronological order.
Environment This property is required. string
Environment where the test was run. If not set, it indicates the draft environment.
Name This property is required. string
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
TestResult This property is required. string
Whether the test case passed in the agent environment.
TestTime This property is required. string
The time that the test was run.
ConversationTurns This property is required. []GoogleCloudDialogflowCxV3ConversationTurnResponse
The conversation turns uttered during the test case replay in chronological order.
Environment This property is required. string
Environment where the test was run. If not set, it indicates the draft environment.
Name This property is required. string
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
TestResult This property is required. string
Whether the test case passed in the agent environment.
TestTime This property is required. string
The time that the test was run.
conversationTurns This property is required. List<GoogleCloudDialogflowCxV3ConversationTurnResponse>
The conversation turns uttered during the test case replay in chronological order.
environment This property is required. String
Environment where the test was run. If not set, it indicates the draft environment.
name This property is required. String
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
testResult This property is required. String
Whether the test case passed in the agent environment.
testTime This property is required. String
The time that the test was run.
conversationTurns This property is required. GoogleCloudDialogflowCxV3ConversationTurnResponse[]
The conversation turns uttered during the test case replay in chronological order.
environment This property is required. string
Environment where the test was run. If not set, it indicates the draft environment.
name This property is required. string
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
testResult This property is required. string
Whether the test case passed in the agent environment.
testTime This property is required. string
The time that the test was run.
conversation_turns This property is required. Sequence[GoogleCloudDialogflowCxV3ConversationTurnResponse]
The conversation turns uttered during the test case replay in chronological order.
environment This property is required. str
Environment where the test was run. If not set, it indicates the draft environment.
name This property is required. str
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
test_result This property is required. str
Whether the test case passed in the agent environment.
test_time This property is required. str
The time that the test was run.
conversationTurns This property is required. List<Property Map>
The conversation turns uttered during the test case replay in chronological order.
environment This property is required. String
Environment where the test was run. If not set, it indicates the draft environment.
name This property is required. String
The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
testResult This property is required. String
Whether the test case passed in the agent environment.
testTime This property is required. String
The time that the test was run.

GoogleCloudDialogflowCxV3TestConfigResponse

Flow This property is required. string
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
Page This property is required. string
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
TrackingParameters This property is required. List<string>
Session parameters to be compared when calculating differences.
Flow This property is required. string
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
Page This property is required. string
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
TrackingParameters This property is required. []string
Session parameters to be compared when calculating differences.
flow This property is required. String
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page This property is required. String
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
trackingParameters This property is required. List<String>
Session parameters to be compared when calculating differences.
flow This property is required. string
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page This property is required. string
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
trackingParameters This property is required. string[]
Session parameters to be compared when calculating differences.
flow This property is required. str
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page This property is required. str
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
tracking_parameters This property is required. Sequence[str]
Session parameters to be compared when calculating differences.
flow This property is required. String
Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
page This property is required. String
The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one of flow and page should be set to indicate the starting point of the test case. If both are set, page takes precedence over flow. If neither is set, the test case will start with start page on the default start flow.
trackingParameters This property is required. List<String>
Session parameters to be compared when calculating differences.

GoogleCloudDialogflowCxV3TestRunDifferenceResponse

Description This property is required. string
A human readable description of the diff, showing the actual output vs expected output.
Type This property is required. string
The type of diff.
Description This property is required. string
A human readable description of the diff, showing the actual output vs expected output.
Type This property is required. string
The type of diff.
description This property is required. String
A human readable description of the diff, showing the actual output vs expected output.
type This property is required. String
The type of diff.
description This property is required. string
A human readable description of the diff, showing the actual output vs expected output.
type This property is required. string
The type of diff.
description This property is required. str
A human readable description of the diff, showing the actual output vs expected output.
type This property is required. str
The type of diff.
description This property is required. String
A human readable description of the diff, showing the actual output vs expected output.
type This property is required. String
The type of diff.

GoogleCloudDialogflowCxV3TextInputResponse

Text This property is required. string
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
Text This property is required. string
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
text This property is required. String
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
text This property is required. string
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
text This property is required. str
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
text This property is required. String
The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.

GoogleCloudDialogflowCxV3TransitionRouteResponse

Condition This property is required. string
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
Description This property is required. string
Optional. The description of the transition route. The maximum length is 500 characters.
Intent This property is required. 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 of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
Name This property is required. string
The unique identifier of this transition route.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. Pulumi.GoogleNative.Dialogflow.V3.Inputs.GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
Condition This property is required. string
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
Description This property is required. string
Optional. The description of the transition route. The maximum length is 500 characters.
Intent This property is required. 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 of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
Name This property is required. string
The unique identifier of this transition route.
TargetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
TargetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
TriggerFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
condition This property is required. String
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
description This property is required. String
Optional. The description of the transition route. The maximum length is 500 characters.
intent This property is required. 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 of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
name This property is required. String
The unique identifier of this transition route.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
condition This property is required. string
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
description This property is required. string
Optional. The description of the transition route. The maximum length is 500 characters.
intent This property is required. 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 of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
name This property is required. string
The unique identifier of this transition route.
targetFlow This property is required. string
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. string
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
condition This property is required. str
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
description This property is required. str
Optional. The description of the transition route. The maximum length is 500 characters.
intent This property is required. 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 of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
name This property is required. str
The unique identifier of this transition route.
target_flow This property is required. str
The target flow to transition to. Format: projects//locations//agents//flows/.
target_page This property is required. str
The target page to transition to. Format: projects//locations//agents//flows//pages/.
trigger_fulfillment This property is required. GoogleCloudDialogflowCxV3FulfillmentResponse
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.
condition This property is required. String
The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
description This property is required. String
Optional. The description of the transition route. The maximum length is 500 characters.
intent This property is required. 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 of intent or condition must be specified. When both intent and condition are specified, the transition can only happen when both are fulfilled.
name This property is required. String
The unique identifier of this transition route.
targetFlow This property is required. String
The target flow to transition to. Format: projects//locations//agents//flows/.
targetPage This property is required. String
The target page to transition to. Format: projects//locations//agents//flows//pages/.
triggerFulfillment This property is required. Property Map
The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillment and target must be specified. When both are defined, trigger_fulfillment is executed first.

GoogleRpcStatusResponse

Code This property is required. int
The status code, which should be an enum value of google.rpc.Code.
Details This property is required. List<ImmutableDictionary<string, string>>
A list of messages that carry the error details. There is a common set of message types for APIs to use.
Message This property is required. 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 This property is required. int
The status code, which should be an enum value of google.rpc.Code.
Details This property is required. []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 This property is required. 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 This property is required. Integer
The status code, which should be an enum value of google.rpc.Code.
details This property is required. 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 This property is required. 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 This property is required. number
The status code, which should be an enum value of google.rpc.Code.
details This property is required. {[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 This property is required. 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 This property is required. int
The status code, which should be an enum value of google.rpc.Code.
details This property is required. 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 This property is required. 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 This property is required. Number
The status code, which should be an enum value of google.rpc.Code.
details This property is required. 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 This property is required. 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.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi