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/v3beta1.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>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]func LookupTestCase(ctx *Context, args *LookupTestCaseArgs, opts ...InvokeOption) (*LookupTestCaseResult, error)
func LookupTestCaseOutput(ctx *Context, args *LookupTestCaseOutputArgs, opts ...InvokeOption) LookupTestCaseResultOutput> 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)
}public static CompletableFuture<GetTestCaseResult> getTestCase(GetTestCaseArgs args, InvokeOptions options)
public static Output<GetTestCaseResult> getTestCase(GetTestCaseArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:dialogflow/v3beta1:getTestCase
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AgentId string
- Location string
- TestCase stringId 
- Project string
- AgentId string
- Location string
- TestCase stringId 
- Project string
- agentId String
- location String
- testCase StringId 
- project String
- agentId string
- location string
- testCase stringId 
- project string
- agent_id str
- location str
- test_case_ strid 
- project str
- agentId String
- location String
- testCase StringId 
- 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.
- LastTest Pulumi.Result Google Native. Dialogflow. V3Beta1. Outputs. Google Cloud Dialogflow Cx V3beta1Test Case Result Response 
- 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.
- 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.
- TestCase List<Pulumi.Conversation Turns Google Native. Dialogflow. V3Beta1. Outputs. Google Cloud Dialogflow Cx V3beta1Conversation Turn Response> 
- 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.Google Native. Dialogflow. V3Beta1. Outputs. Google Cloud Dialogflow Cx V3beta1Test Config Response 
- 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.
- LastTest GoogleResult Cloud Dialogflow Cx V3beta1Test Case Result Response 
- 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.
- []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.
- TestCase []GoogleConversation Turns Cloud Dialogflow Cx V3beta1Conversation Turn Response 
- 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 GoogleCloud Dialogflow Cx V3beta1Test Config Response 
- 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.
- lastTest GoogleResult Cloud Dialogflow Cx V3beta1Test Case Result Response 
- 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.
- 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.
- testCase List<GoogleConversation Turns Cloud Dialogflow Cx V3beta1Conversation Turn Response> 
- 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 GoogleCloud Dialogflow Cx V3beta1Test Config Response 
- 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.
- lastTest GoogleResult Cloud Dialogflow Cx V3beta1Test Case Result Response 
- 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.
- 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.
- testCase GoogleConversation Turns Cloud Dialogflow Cx V3beta1Conversation Turn Response[] 
- 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 GoogleCloud Dialogflow Cx V3beta1Test Config Response 
- 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_ Googleresult Cloud Dialogflow Cx V3beta1Test Case Result Response 
- 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.
- Sequence[str]
- Tags are short descriptions that users may apply to test cases for organizational and filtering purposes. Each tag should start with "#" and has a limit of 30 characters.
- test_case_ Sequence[Googleconversation_ turns Cloud Dialogflow Cx V3beta1Conversation Turn Response] 
- The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
- test_config GoogleCloud Dialogflow Cx V3beta1Test Config Response 
- 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.
- lastTest Property MapResult 
- 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.
- 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.
- testCase List<Property Map>Conversation Turns 
- The conversation turns uttered when the test case was created, in chronological order. These include the canonical set of agent utterances that should occur when the agent is working properly.
- testConfig Property Map
- Config for the test case.
Supporting Types
GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse        
- Enabled bool
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- FinishDigit string
- The digit that terminates a DTMF digit sequence.
- MaxDigits int
- Max length of DTMF digits.
- Enabled bool
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- FinishDigit string
- The digit that terminates a DTMF digit sequence.
- MaxDigits int
- Max length of DTMF digits.
- enabled Boolean
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- finishDigit String
- The digit that terminates a DTMF digit sequence.
- maxDigits Integer
- Max length of DTMF digits.
- enabled boolean
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- finishDigit string
- The digit that terminates a DTMF digit sequence.
- maxDigits number
- Max length of DTMF digits.
- enabled bool
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- finish_digit str
- The digit that terminates a DTMF digit sequence.
- max_digits int
- Max length of DTMF digits.
- enabled Boolean
- If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
- finishDigit String
- The digit that terminates a DTMF digit sequence.
- maxDigits Number
- Max length of DTMF digits.
GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse        
- EnableInteraction boolLogging 
- If true, DF Interaction logging is currently enabled.
- EnableStackdriver boolLogging 
- If true, StackDriver logging is currently enabled.
- EnableInteraction boolLogging 
- If true, DF Interaction logging is currently enabled.
- EnableStackdriver boolLogging 
- If true, StackDriver logging is currently enabled.
- enableInteraction BooleanLogging 
- If true, DF Interaction logging is currently enabled.
- enableStackdriver BooleanLogging 
- If true, StackDriver logging is currently enabled.
- enableInteraction booleanLogging 
- If true, DF Interaction logging is currently enabled.
- enableStackdriver booleanLogging 
- If true, StackDriver logging is currently enabled.
- enable_interaction_ boollogging 
- If true, DF Interaction logging is currently enabled.
- enable_stackdriver_ boollogging 
- If true, StackDriver logging is currently enabled.
- enableInteraction BooleanLogging 
- If true, DF Interaction logging is currently enabled.
- enableStackdriver BooleanLogging 
- If true, StackDriver logging is currently enabled.
GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse      
- AudioExport Pulumi.Gcs Destination Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Gcs Destination Response 
- If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- DtmfSettings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- LoggingSettings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- AudioExport GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination Response 
- If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- DtmfSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- LoggingSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audioExport GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination Response 
- If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- dtmfSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- loggingSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audioExport GoogleGcs Destination Cloud Dialogflow Cx V3beta1Gcs Destination Response 
- If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- dtmfSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- loggingSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audio_export_ Googlegcs_ destination Cloud Dialogflow Cx V3beta1Gcs Destination Response 
- If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- dtmf_settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Dtmf Settings Response 
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- logging_settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Logging Settings Response 
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
- audioExport Property MapGcs Destination 
- If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
- dtmfSettings Property Map
- Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
- loggingSettings Property Map
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
GoogleCloudDialogflowCxV3beta1AudioInputResponse      
- Audio string
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both configandaudiomust be provided. For streaming audio detect intent,configmust be provided in the first request andaudiomust be provided in all following requests.
- Config
Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Input Audio Config Response 
- Instructs the speech recognizer how to process the speech audio.
- Audio string
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both configandaudiomust be provided. For streaming audio detect intent,configmust be provided in the first request andaudiomust be provided in all following requests.
- Config
GoogleCloud Dialogflow Cx V3beta1Input Audio Config Response 
- Instructs the speech recognizer how to process the speech audio.
- audio String
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both configandaudiomust be provided. For streaming audio detect intent,configmust be provided in the first request andaudiomust be provided in all following requests.
- config
GoogleCloud Dialogflow Cx V3beta1Input Audio Config Response 
- Instructs the speech recognizer how to process the speech audio.
- audio string
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both configandaudiomust be provided. For streaming audio detect intent,configmust be provided in the first request andaudiomust be provided in all following requests.
- config
GoogleCloud Dialogflow Cx V3beta1Input Audio Config Response 
- Instructs the speech recognizer how to process the speech audio.
- audio str
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both configandaudiomust be provided. For streaming audio detect intent,configmust be provided in the first request andaudiomust be provided in all following requests.
- config
GoogleCloud Dialogflow Cx V3beta1Input Audio Config Response 
- Instructs the speech recognizer how to process the speech audio.
- audio String
- The natural language speech audio to be processed. A single request can contain up to 2 minutes of speech audio data. The transcribed text cannot contain more than 256 bytes. For non-streaming audio detect intent, both configandaudiomust be provided. For streaming audio detect intent,configmust be provided in the first request andaudiomust be provided in all following requests.
- config Property Map
- Instructs the speech recognizer how to process the speech audio.
GoogleCloudDialogflowCxV3beta1BargeInConfigResponse       
- NoBarge stringIn Duration 
- Duration that is not eligible for barge-in at the beginning of the input audio.
- TotalDuration string
- Total duration for the playback at the beginning of the input audio.
- NoBarge stringIn Duration 
- Duration that is not eligible for barge-in at the beginning of the input audio.
- TotalDuration string
- Total duration for the playback at the beginning of the input audio.
- noBarge StringIn Duration 
- Duration that is not eligible for barge-in at the beginning of the input audio.
- totalDuration String
- Total duration for the playback at the beginning of the input audio.
- noBarge stringIn Duration 
- Duration that is not eligible for barge-in at the beginning of the input audio.
- totalDuration string
- Total duration for the playback at the beginning of the input audio.
- no_barge_ strin_ duration 
- Duration that is not eligible for barge-in at the beginning of the input audio.
- total_duration str
- Total duration for the playback at the beginning of the input audio.
- noBarge StringIn Duration 
- Duration that is not eligible for barge-in at the beginning of the input audio.
- totalDuration String
- Total duration for the playback at the beginning of the input audio.
GoogleCloudDialogflowCxV3beta1ConversationTurnResponse      
- UserInput GoogleCloud Dialogflow Cx V3beta1Conversation Turn User Input Response 
- The user input.
- VirtualAgent GoogleOutput Cloud Dialogflow Cx V3beta1Conversation Turn Virtual Agent Output Response 
- The virtual agent output.
- userInput GoogleCloud Dialogflow Cx V3beta1Conversation Turn User Input Response 
- The user input.
- virtualAgent GoogleOutput Cloud Dialogflow Cx V3beta1Conversation Turn Virtual Agent Output Response 
- The virtual agent output.
- userInput GoogleCloud Dialogflow Cx V3beta1Conversation Turn User Input Response 
- The user input.
- virtualAgent GoogleOutput Cloud Dialogflow Cx V3beta1Conversation Turn Virtual Agent Output Response 
- The virtual agent output.
- user_input GoogleCloud Dialogflow Cx V3beta1Conversation Turn User Input Response 
- The user input.
- virtual_agent_ Googleoutput Cloud Dialogflow Cx V3beta1Conversation Turn Virtual Agent Output Response 
- The virtual agent output.
- userInput Property Map
- The user input.
- virtualAgent Property MapOutput 
- The virtual agent output.
GoogleCloudDialogflowCxV3beta1ConversationTurnUserInputResponse        
- EnableSentiment boolAnalysis 
- Whether sentiment analysis is enabled.
- InjectedParameters Dictionary<string, string>
- Parameters that need to be injected into the conversation during intent detection.
- Input
Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Query Input Response 
- Supports text input, event input, dtmf input in the test case.
- IsWebhook boolEnabled 
- If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- EnableSentiment boolAnalysis 
- Whether sentiment analysis is enabled.
- InjectedParameters map[string]string
- Parameters that need to be injected into the conversation during intent detection.
- Input
GoogleCloud Dialogflow Cx V3beta1Query Input Response 
- Supports text input, event input, dtmf input in the test case.
- IsWebhook boolEnabled 
- If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- enableSentiment BooleanAnalysis 
- Whether sentiment analysis is enabled.
- injectedParameters Map<String,String>
- Parameters that need to be injected into the conversation during intent detection.
- input
GoogleCloud Dialogflow Cx V3beta1Query Input Response 
- Supports text input, event input, dtmf input in the test case.
- isWebhook BooleanEnabled 
- If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- enableSentiment booleanAnalysis 
- Whether sentiment analysis is enabled.
- injectedParameters {[key: string]: string}
- Parameters that need to be injected into the conversation during intent detection.
- input
GoogleCloud Dialogflow Cx V3beta1Query Input Response 
- Supports text input, event input, dtmf input in the test case.
- isWebhook booleanEnabled 
- If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- enable_sentiment_ boolanalysis 
- Whether sentiment analysis is enabled.
- injected_parameters Mapping[str, str]
- Parameters that need to be injected into the conversation during intent detection.
- input
GoogleCloud Dialogflow Cx V3beta1Query Input Response 
- Supports text input, event input, dtmf input in the test case.
- is_webhook_ boolenabled 
- If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
- enableSentiment BooleanAnalysis 
- Whether sentiment analysis is enabled.
- injectedParameters Map<String>
- Parameters that need to be injected into the conversation during intent detection.
- input Property Map
- Supports text input, event input, dtmf input in the test case.
- isWebhook BooleanEnabled 
- If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutputResponse         
- CurrentPage Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Page Response 
- The Page on which the utterance was spoken. Only name and displayName will be set.
- DiagnosticInfo Dictionary<string, string>
- Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- Differences
List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Test Run Difference Response> 
- If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
- SessionParameters Dictionary<string, string>
- The session parameters available to the bot at this point.
- Status
Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Rpc Status Response 
- Response error from the agent in the test result. If set, other output is empty.
- TextResponses List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Text Response> 
- The text responses from the agent for the turn.
- TriggeredIntent Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Intent Response 
- The Intent that triggered the response. Only name and displayName will be set.
- CurrentPage GoogleCloud Dialogflow Cx V3beta1Page Response 
- The Page on which the utterance was spoken. Only name and displayName will be set.
- DiagnosticInfo map[string]string
- Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- Differences
[]GoogleCloud Dialogflow Cx V3beta1Test Run Difference Response 
- If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
- SessionParameters map[string]string
- The session parameters available to the bot at this point.
- Status
GoogleRpc Status Response 
- Response error from the agent in the test result. If set, other output is empty.
- TextResponses []GoogleCloud Dialogflow Cx V3beta1Response Message Text Response 
- The text responses from the agent for the turn.
- TriggeredIntent GoogleCloud Dialogflow Cx V3beta1Intent Response 
- The Intent that triggered the response. Only name and displayName will be set.
- currentPage GoogleCloud Dialogflow Cx V3beta1Page Response 
- The Page on which the utterance was spoken. Only name and displayName will be set.
- diagnosticInfo Map<String,String>
- Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- differences
List<GoogleCloud Dialogflow Cx V3beta1Test Run Difference Response> 
- If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
- sessionParameters Map<String,String>
- The session parameters available to the bot at this point.
- status
GoogleRpc Status Response 
- Response error from the agent in the test result. If set, other output is empty.
- textResponses List<GoogleCloud Dialogflow Cx V3beta1Response Message Text Response> 
- The text responses from the agent for the turn.
- triggeredIntent GoogleCloud Dialogflow Cx V3beta1Intent Response 
- The Intent that triggered the response. Only name and displayName will be set.
- currentPage GoogleCloud Dialogflow Cx V3beta1Page Response 
- The Page on which the utterance was spoken. Only name and displayName will be set.
- diagnosticInfo {[key: string]: string}
- Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- differences
GoogleCloud Dialogflow Cx V3beta1Test Run Difference Response[] 
- If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
- sessionParameters {[key: string]: string}
- The session parameters available to the bot at this point.
- status
GoogleRpc Status Response 
- Response error from the agent in the test result. If set, other output is empty.
- textResponses GoogleCloud Dialogflow Cx V3beta1Response Message Text Response[] 
- The text responses from the agent for the turn.
- triggeredIntent GoogleCloud Dialogflow Cx V3beta1Intent Response 
- The Intent that triggered the response. Only name and displayName will be set.
- current_page GoogleCloud Dialogflow Cx V3beta1Page Response 
- The Page on which the utterance was spoken. Only name and displayName will be set.
- diagnostic_info Mapping[str, str]
- Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- differences
Sequence[GoogleCloud Dialogflow Cx V3beta1Test Run Difference Response] 
- If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
- session_parameters Mapping[str, str]
- The session parameters available to the bot at this point.
- status
GoogleRpc Status Response 
- Response error from the agent in the test result. If set, other output is empty.
- text_responses Sequence[GoogleCloud Dialogflow Cx V3beta1Response Message Text Response] 
- The text responses from the agent for the turn.
- triggered_intent GoogleCloud Dialogflow Cx V3beta1Intent Response 
- The Intent that triggered the response. Only name and displayName will be set.
- currentPage Property Map
- The Page on which the utterance was spoken. Only name and displayName will be set.
- diagnosticInfo Map<String>
- Input only. The diagnostic info output for the turn. Required to calculate the testing coverage.
- differences List<Property Map>
- If this is part of a result conversation turn, the list of differences between the original run and the replay for this output, if any.
- sessionParameters Map<String>
- The session parameters available to the bot at this point.
- status Property Map
- Response error from the agent in the test result. If set, other output is empty.
- textResponses List<Property Map>
- The text responses from the agent for the turn.
- triggeredIntent Property Map
- The Intent that triggered the response. Only name and displayName will be set.
GoogleCloudDialogflowCxV3beta1DataStoreConnectionResponse       
- DataStore 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}
- DataStore stringType 
- The type of the connected data store.
- DataStore 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}
- DataStore stringType 
- The type of the connected data store.
- dataStore 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}
- dataStore StringType 
- The type of the connected data store.
- dataStore 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}
- dataStore stringType 
- The type of the connected data store.
- data_store str
- The full name of the referenced data store. Formats: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}projects/{project}/locations/{location}/dataStores/{data_store}
- data_store_ strtype 
- The type of the connected data store.
- dataStore 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}
- dataStore StringType 
- The type of the connected data store.
GoogleCloudDialogflowCxV3beta1DtmfInputResponse      
- Digits string
- The dtmf digits.
- FinishDigit string
- The finish digit (if any).
- Digits string
- The dtmf digits.
- FinishDigit string
- The finish digit (if any).
- digits String
- The dtmf digits.
- finishDigit String
- The finish digit (if any).
- digits string
- The dtmf digits.
- finishDigit string
- The finish digit (if any).
- digits str
- The dtmf digits.
- finish_digit str
- The finish digit (if any).
- digits String
- The dtmf digits.
- finishDigit String
- The finish digit (if any).
GoogleCloudDialogflowCxV3beta1EventHandlerResponse      
- Event string
- The name of the event to handle.
- Name string
- The unique identifier of this event handler.
- TargetFlow string
- The target flow to transition to. Format: projects//locations//agents//flows/.
- TargetPage string
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- TriggerFulfillment Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
- Event string
- The name of the event to handle.
- Name string
- The unique identifier of this event handler.
- TargetFlow string
- The target flow to transition to. Format: projects//locations//agents//flows/.
- TargetPage string
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- TriggerFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
- event String
- The name of the event to handle.
- name String
- The unique identifier of this event handler.
- targetFlow String
- The target flow to transition to. Format: projects//locations//agents//flows/.
- targetPage String
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- triggerFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
- event string
- The name of the event to handle.
- name string
- The unique identifier of this event handler.
- targetFlow string
- The target flow to transition to. Format: projects//locations//agents//flows/.
- targetPage string
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- triggerFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
- event str
- The name of the event to handle.
- name str
- The unique identifier of this event handler.
- target_flow str
- The target flow to transition to. Format: projects//locations//agents//flows/.
- target_page str
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- trigger_fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the event occurs. Handling webhook errors with a fulfillment enabled with webhook could cause infinite loop. It is invalid to specify such fulfillment for a handler handling webhooks.
- event String
- The name of the event to handle.
- name String
- The unique identifier of this event handler.
- targetFlow String
- The target flow to transition to. Format: projects//locations//agents//flows/.
- targetPage String
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- triggerFulfillment 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.
GoogleCloudDialogflowCxV3beta1EventInputResponse      
- Event string
- Name of the event.
- Event string
- Name of the event.
- event String
- Name of the event.
- event string
- Name of the event.
- event str
- Name of the event.
- event String
- Name of the event.
GoogleCloudDialogflowCxV3beta1FormParameterFillBehaviorResponse        
- InitialPrompt Pulumi.Fulfillment Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- RepromptEvent List<Pulumi.Handlers Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Event Handler Response> 
- The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 *sys.no-match-default*sys.no-input-, where N can be from 1 to 6 *sys.no-input-default*sys.invalid-parameterinitial_prompt_fulfillmentprovides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1/sys.no-input-1handler (if defined) will be called to provide a prompt. Thesys.no-match-2/sys.no-input-2handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-defaultorsys.no-input-defaulthandler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameterhandler can be defined to handle the case where the parameter values have beeninvalidatedby webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameterhandler (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_fulfillmentwill be re-prompted.
- InitialPrompt GoogleFulfillment Cloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- RepromptEvent []GoogleHandlers Cloud Dialogflow Cx V3beta1Event Handler Response 
- The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 *sys.no-match-default*sys.no-input-, where N can be from 1 to 6 *sys.no-input-default*sys.invalid-parameterinitial_prompt_fulfillmentprovides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1/sys.no-input-1handler (if defined) will be called to provide a prompt. Thesys.no-match-2/sys.no-input-2handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-defaultorsys.no-input-defaulthandler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameterhandler can be defined to handle the case where the parameter values have beeninvalidatedby webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameterhandler (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_fulfillmentwill be re-prompted.
- initialPrompt GoogleFulfillment Cloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- repromptEvent List<GoogleHandlers Cloud Dialogflow Cx V3beta1Event Handler Response> 
- The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 *sys.no-match-default*sys.no-input-, where N can be from 1 to 6 *sys.no-input-default*sys.invalid-parameterinitial_prompt_fulfillmentprovides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1/sys.no-input-1handler (if defined) will be called to provide a prompt. Thesys.no-match-2/sys.no-input-2handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-defaultorsys.no-input-defaulthandler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameterhandler can be defined to handle the case where the parameter values have beeninvalidatedby webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameterhandler (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_fulfillmentwill be re-prompted.
- initialPrompt GoogleFulfillment Cloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- repromptEvent GoogleHandlers Cloud Dialogflow Cx V3beta1Event Handler Response[] 
- The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 *sys.no-match-default*sys.no-input-, where N can be from 1 to 6 *sys.no-input-default*sys.invalid-parameterinitial_prompt_fulfillmentprovides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1/sys.no-input-1handler (if defined) will be called to provide a prompt. Thesys.no-match-2/sys.no-input-2handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-defaultorsys.no-input-defaulthandler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameterhandler can be defined to handle the case where the parameter values have beeninvalidatedby webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameterhandler (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_fulfillmentwill be re-prompted.
- initial_prompt_ Googlefulfillment Cloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- reprompt_event_ Sequence[Googlehandlers Cloud Dialogflow Cx V3beta1Event Handler Response] 
- The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 *sys.no-match-default*sys.no-input-, where N can be from 1 to 6 *sys.no-input-default*sys.invalid-parameterinitial_prompt_fulfillmentprovides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1/sys.no-input-1handler (if defined) will be called to provide a prompt. Thesys.no-match-2/sys.no-input-2handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-defaultorsys.no-input-defaulthandler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameterhandler can be defined to handle the case where the parameter values have beeninvalidatedby webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameterhandler (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_fulfillmentwill be re-prompted.
- initialPrompt Property MapFulfillment 
- The fulfillment to provide the initial prompt that the agent can present to the user in order to fill the parameter.
- repromptEvent List<Property Map>Handlers 
- The handlers for parameter-level events, used to provide reprompt for the parameter or transition to a different page/flow. The supported events are: * sys.no-match-, where N can be from 1 to 6 *sys.no-match-default*sys.no-input-, where N can be from 1 to 6 *sys.no-input-default*sys.invalid-parameterinitial_prompt_fulfillmentprovides the first prompt for the parameter. If the user's response does not fill the parameter, a no-match/no-input event will be triggered, and the fulfillment associated with thesys.no-match-1/sys.no-input-1handler (if defined) will be called to provide a prompt. Thesys.no-match-2/sys.no-input-2handler (if defined) will respond to the next no-match/no-input event, and so on. Asys.no-match-defaultorsys.no-input-defaulthandler will be used to handle all following no-match/no-input events after all numbered no-match/no-input handlers for the parameter are consumed. Asys.invalid-parameterhandler can be defined to handle the case where the parameter values have beeninvalidatedby webhook. For example, if the user's response fill the parameter, however the parameter was invalidated by webhook, the fulfillment associated with thesys.invalid-parameterhandler (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_fulfillmentwill be re-prompted.
GoogleCloudDialogflowCxV3beta1FormParameterResponse      
- AdvancedSettings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- DefaultValue object
- The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- DisplayName string
- The human-readable name of the parameter, unique within the form.
- EntityType string
- The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date), orprojects//locations//agents//entityTypes/for developer entity types.
- FillBehavior Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Response 
- Defines fill behavior for the parameter.
- IsList bool
- Indicates whether the parameter represents a list of values.
- Redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- Required bool
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- AdvancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- DefaultValue interface{}
- The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- DisplayName string
- The human-readable name of the parameter, unique within the form.
- EntityType string
- The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date), orprojects//locations//agents//entityTypes/for developer entity types.
- FillBehavior GoogleCloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Response 
- Defines fill behavior for the parameter.
- IsList bool
- Indicates whether the parameter represents a list of values.
- Redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- Required bool
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- advancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- defaultValue Object
- The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- displayName String
- The human-readable name of the parameter, unique within the form.
- entityType String
- The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date), orprojects//locations//agents//entityTypes/for developer entity types.
- fillBehavior GoogleCloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Response 
- Defines fill behavior for the parameter.
- isList Boolean
- Indicates whether the parameter represents a list of values.
- redact Boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required Boolean
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- advancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- defaultValue any
- The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- displayName string
- The human-readable name of the parameter, unique within the form.
- entityType string
- The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date), orprojects//locations//agents//entityTypes/for developer entity types.
- fillBehavior GoogleCloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Response 
- Defines fill behavior for the parameter.
- isList boolean
- Indicates whether the parameter represents a list of values.
- redact boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required boolean
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- advanced_settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- default_value Any
- The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- display_name str
- The human-readable name of the parameter, unique within the form.
- entity_type str
- The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date), orprojects//locations//agents//entityTypes/for developer entity types.
- fill_behavior GoogleCloud Dialogflow Cx V3beta1Form Parameter Fill Behavior Response 
- Defines fill behavior for the parameter.
- is_list bool
- Indicates whether the parameter represents a list of values.
- redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required bool
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
- advancedSettings Property Map
- Hierarchical advanced settings for this parameter. The settings exposed at the lower level overrides the settings exposed at the higher level.
- defaultValue Any
- The default value of an optional parameter. If the parameter is required, the default value will be ignored.
- displayName String
- The human-readable name of the parameter, unique within the form.
- entityType String
- The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date), orprojects//locations//agents//entityTypes/for developer entity types.
- fillBehavior Property Map
- Defines fill behavior for the parameter.
- isList Boolean
- Indicates whether the parameter represents a list of values.
- redact Boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- required Boolean
- Indicates whether the parameter is required. Optional parameters will not trigger prompts; however, they are filled if the user specifies them. Required parameters must be filled before form filling concludes.
GoogleCloudDialogflowCxV3beta1FormResponse     
- Parameters
List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Form Parameter Response> 
- Parameters to collect from the user.
- Parameters
[]GoogleCloud Dialogflow Cx V3beta1Form Parameter Response 
- Parameters to collect from the user.
- parameters
List<GoogleCloud Dialogflow Cx V3beta1Form Parameter Response> 
- Parameters to collect from the user.
- parameters
GoogleCloud Dialogflow Cx V3beta1Form Parameter Response[] 
- Parameters to collect from the user.
- parameters
Sequence[GoogleCloud Dialogflow Cx V3beta1Form Parameter Response] 
- Parameters to collect from the user.
- parameters List<Property Map>
- Parameters to collect from the user.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContentResponse          
- AdditionalCases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response 
- Additional cases to be evaluated.
- Message
GoogleCloud Dialogflow Cx V3beta1Response Message Response 
- Returned message.
- additionalCases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response 
- Additional cases to be evaluated.
- message
GoogleCloud Dialogflow Cx V3beta1Response Message Response 
- Returned message.
- additionalCases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response 
- Additional cases to be evaluated.
- message
GoogleCloud Dialogflow Cx V3beta1Response Message Response 
- Returned message.
- additional_cases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response 
- Additional cases to be evaluated.
- message
GoogleCloud Dialogflow Cx V3beta1Response Message Response 
- Returned message.
- additionalCases Property Map
- Additional cases to be evaluated.
- message Property Map
- Returned message.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseResponse        
- CaseContent List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response> 
- A list of case content.
- Condition string
- The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
- CaseContent []GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response 
- A list of case content.
- Condition string
- The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
- caseContent List<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response> 
- A list of case content.
- condition String
- The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
- caseContent GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response[] 
- A list of case content.
- condition string
- The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
- case_content Sequence[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Case Content Response] 
- A list of case content.
- condition str
- The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
- caseContent List<Property Map>
- A list of case content.
- condition String
- The condition to activate and select this case. Empty means the condition is always true. The condition is evaluated against form parameters or session parameters. See the conditions reference.
GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesResponse       
- Cases
List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response> 
- A list of cascading if-else conditions.
- Cases
[]GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response 
- A list of cascading if-else conditions.
- cases
List<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response> 
- A list of cascading if-else conditions.
- cases
GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response[] 
- A list of cascading if-else conditions.
- cases
Sequence[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Case Response] 
- A list of cascading if-else conditions.
- cases List<Property Map>
- A list of cascading if-else conditions.
GoogleCloudDialogflowCxV3beta1FulfillmentResponse     
- AdvancedSettings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- ConditionalCases List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response> 
- Conditional cases for this fulfillment.
- EnableGenerative boolFallback 
- If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- Messages
List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Response> 
- The list of rich message responses to present to the user.
- ReturnPartial boolResponses 
- Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
- SetParameter List<Pulumi.Actions Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response> 
- Set parameter values before executing the webhook.
- Tag string
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- Webhook string
- The webhook to call. Format: projects//locations//agents//webhooks/.
- AdvancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- ConditionalCases []GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response 
- Conditional cases for this fulfillment.
- EnableGenerative boolFallback 
- If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- Messages
[]GoogleCloud Dialogflow Cx V3beta1Response Message Response 
- The list of rich message responses to present to the user.
- ReturnPartial boolResponses 
- Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
- SetParameter []GoogleActions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response 
- Set parameter values before executing the webhook.
- Tag string
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- Webhook string
- The webhook to call. Format: projects//locations//agents//webhooks/.
- advancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditionalCases List<GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response> 
- Conditional cases for this fulfillment.
- enableGenerative BooleanFallback 
- If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- messages
List<GoogleCloud Dialogflow Cx V3beta1Response Message Response> 
- The list of rich message responses to present to the user.
- returnPartial BooleanResponses 
- Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
- setParameter List<GoogleActions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response> 
- Set parameter values before executing the webhook.
- tag String
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- webhook String
- The webhook to call. Format: projects//locations//agents//webhooks/.
- advancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditionalCases GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response[] 
- Conditional cases for this fulfillment.
- enableGenerative booleanFallback 
- If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- messages
GoogleCloud Dialogflow Cx V3beta1Response Message Response[] 
- The list of rich message responses to present to the user.
- returnPartial booleanResponses 
- Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
- setParameter GoogleActions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response[] 
- Set parameter values before executing the webhook.
- tag string
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- webhook string
- The webhook to call. Format: projects//locations//agents//webhooks/.
- advanced_settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditional_cases Sequence[GoogleCloud Dialogflow Cx V3beta1Fulfillment Conditional Cases Response] 
- Conditional cases for this fulfillment.
- enable_generative_ boolfallback 
- If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- messages
Sequence[GoogleCloud Dialogflow Cx V3beta1Response Message Response] 
- The list of rich message responses to present to the user.
- return_partial_ boolresponses 
- Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
- set_parameter_ Sequence[Googleactions Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Response] 
- Set parameter values before executing the webhook.
- tag str
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- webhook str
- The webhook to call. Format: projects//locations//agents//webhooks/.
- advancedSettings Property Map
- Hierarchical advanced settings for this fulfillment. The settings exposed at the lower level overrides the settings exposed at the higher level.
- conditionalCases List<Property Map>
- Conditional cases for this fulfillment.
- enableGenerative BooleanFallback 
- If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
- messages List<Property Map>
- The list of rich message responses to present to the user.
- returnPartial BooleanResponses 
- Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
- setParameter List<Property Map>Actions 
- Set parameter values before executing the webhook.
- tag String
- The value of this field will be populated in the WebhookRequest fulfillmentInfo.tagfield 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 ifwebhookis specified.
- webhook String
- The webhook to call. Format: projects//locations//agents//webhooks/.
GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionResponse        
GoogleCloudDialogflowCxV3beta1GcsDestinationResponse      
- Uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- Uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri String
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri string
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri str
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
- uri String
- The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefixWhether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
GoogleCloudDialogflowCxV3beta1InputAudioConfigResponse       
- AudioEncoding string
- Audio encoding of the audio content to process.
- BargeIn Pulumi.Config Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Barge In Config Response 
- Configuration of barge-in behavior during the streaming of input audio.
- EnableWord boolInfo 
- Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
- Model string
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- ModelVariant string
- Optional. Which variant of the Speech model to use.
- PhraseHints 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.
- SampleRate intHertz 
- Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- SingleUtterance bool
- Optional. If false(default), recognition does not cease until the client closes the stream. Iftrue, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- AudioEncoding string
- Audio encoding of the audio content to process.
- BargeIn GoogleConfig Cloud Dialogflow Cx V3beta1Barge In Config Response 
- Configuration of barge-in behavior during the streaming of input audio.
- EnableWord boolInfo 
- Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
- Model string
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- ModelVariant string
- Optional. Which variant of the Speech model to use.
- PhraseHints []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.
- SampleRate intHertz 
- Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- SingleUtterance bool
- Optional. If false(default), recognition does not cease until the client closes the stream. Iftrue, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- audioEncoding String
- Audio encoding of the audio content to process.
- bargeIn GoogleConfig Cloud Dialogflow Cx V3beta1Barge In Config Response 
- Configuration of barge-in behavior during the streaming of input audio.
- enableWord BooleanInfo 
- Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
- model String
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- modelVariant String
- Optional. Which variant of the Speech model to use.
- phraseHints 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.
- sampleRate IntegerHertz 
- Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- singleUtterance Boolean
- Optional. If false(default), recognition does not cease until the client closes the stream. Iftrue, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- audioEncoding string
- Audio encoding of the audio content to process.
- bargeIn GoogleConfig Cloud Dialogflow Cx V3beta1Barge In Config Response 
- Configuration of barge-in behavior during the streaming of input audio.
- enableWord booleanInfo 
- Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
- model string
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- modelVariant string
- Optional. Which variant of the Speech model to use.
- phraseHints 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.
- sampleRate numberHertz 
- Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- singleUtterance boolean
- Optional. If false(default), recognition does not cease until the client closes the stream. Iftrue, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- audio_encoding str
- Audio encoding of the audio content to process.
- barge_in_ Googleconfig Cloud Dialogflow Cx V3beta1Barge In Config Response 
- Configuration of barge-in behavior during the streaming of input audio.
- enable_word_ boolinfo 
- Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
- model str
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- model_variant str
- Optional. Which variant of the Speech model to use.
- phrase_hints Sequence[str]
- Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See the Cloud Speech documentation for more details.
- sample_rate_ inthertz 
- Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- single_utterance bool
- Optional. If false(default), recognition does not cease until the client closes the stream. Iftrue, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
- audioEncoding String
- Audio encoding of the audio content to process.
- bargeIn Property MapConfig 
- Configuration of barge-in behavior during the streaming of input audio.
- enableWord BooleanInfo 
- Optional. If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
- model String
- Optional. Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details. If you specify a model, the following models typically have the best performance: - phone_call (best for Agent Assist and telephony) - latest_short (best for Dialogflow non-telephony) - command_and_search (best for very short utterances and commands)
- modelVariant String
- Optional. Which variant of the Speech model to use.
- phraseHints 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.
- sampleRate NumberHertz 
- Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
- singleUtterance Boolean
- Optional. If false(default), recognition does not cease until the client closes the stream. Iftrue, the recognizer will detect a single spoken utterance in input audio. Recognition ceases when it detects the audio's voice has stopped or paused. In this case, once a detected intent is received, the client should close the stream and start a new request with a new stream as needed. Note: This setting is relevant only for streaming methods.
GoogleCloudDialogflowCxV3beta1IntentInputResponse      
- Intent string
- The unique identifier of the intent. Format: projects//locations//agents//intents/.
- Intent string
- The unique identifier of the intent. Format: projects//locations//agents//intents/.
- intent String
- The unique identifier of the intent. Format: projects//locations//agents//intents/.
- intent string
- The unique identifier of the intent. Format: projects//locations//agents//intents/.
- intent str
- The unique identifier of the intent. Format: projects//locations//agents//intents/.
- intent String
- The unique identifier of the intent. Format: projects//locations//agents//intents/.
GoogleCloudDialogflowCxV3beta1IntentParameterResponse      
- EntityType string
- The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date), orprojects//locations//agents//entityTypes/for developer entity types.
- IsList bool
- Indicates whether the parameter represents a list of values.
- Redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- EntityType string
- The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date), orprojects//locations//agents//entityTypes/for developer entity types.
- IsList bool
- Indicates whether the parameter represents a list of values.
- Redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- entityType String
- The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date), orprojects//locations//agents//entityTypes/for developer entity types.
- isList Boolean
- Indicates whether the parameter represents a list of values.
- redact Boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- entityType string
- The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date), orprojects//locations//agents//entityTypes/for developer entity types.
- isList boolean
- Indicates whether the parameter represents a list of values.
- redact boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- entity_type str
- The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date), orprojects//locations//agents//entityTypes/for developer entity types.
- is_list bool
- Indicates whether the parameter represents a list of values.
- redact bool
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
- entityType String
- The entity type of the parameter. Format: projects/-/locations/-/agents/-/entityTypes/for system entity types (for example,projects/-/locations/-/agents/-/entityTypes/sys.date), orprojects//locations//agents//entityTypes/for developer entity types.
- isList Boolean
- Indicates whether the parameter represents a list of values.
- redact Boolean
- Indicates whether the parameter content should be redacted in log. If redaction is enabled, the parameter content will be replaced by parameter name during logging. Note: the parameter content is subject to redaction if either parameter level redaction or entity type level redaction is enabled.
GoogleCloudDialogflowCxV3beta1IntentResponse     
- Description string
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- DisplayName string
- The human-readable name of the intent, unique within the agent.
- IsFallback bool
- Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- Labels Dictionary<string, string>
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys-contextual" means the intent is a contextual intent.
- Name string
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
- Parameters
List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Intent Parameter Response> 
- The collection of parameters associated with the intent.
- Priority int
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normalpriority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
- TrainingPhrases List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Intent Training Phrase Response> 
- The collection of training phrases the agent is trained on to identify the intent.
- Description string
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- DisplayName string
- The human-readable name of the intent, unique within the agent.
- IsFallback bool
- Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- Labels map[string]string
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys-contextual" means the intent is a contextual intent.
- Name string
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
- Parameters
[]GoogleCloud Dialogflow Cx V3beta1Intent Parameter Response 
- The collection of parameters associated with the intent.
- Priority int
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normalpriority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
- TrainingPhrases []GoogleCloud Dialogflow Cx V3beta1Intent Training Phrase Response 
- The collection of training phrases the agent is trained on to identify the intent.
- description String
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- displayName String
- The human-readable name of the intent, unique within the agent.
- isFallback Boolean
- Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- labels Map<String,String>
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys-contextual" means the intent is a contextual intent.
- name String
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
- parameters
List<GoogleCloud Dialogflow Cx V3beta1Intent Parameter Response> 
- The collection of parameters associated with the intent.
- priority Integer
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normalpriority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
- trainingPhrases List<GoogleCloud Dialogflow Cx V3beta1Intent Training Phrase Response> 
- The collection of training phrases the agent is trained on to identify the intent.
- description string
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- displayName string
- The human-readable name of the intent, unique within the agent.
- isFallback boolean
- Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- labels {[key: string]: string}
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys-contextual" means the intent is a contextual intent.
- name string
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
- parameters
GoogleCloud Dialogflow Cx V3beta1Intent Parameter Response[] 
- The collection of parameters associated with the intent.
- priority number
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normalpriority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
- trainingPhrases GoogleCloud Dialogflow Cx V3beta1Intent Training Phrase Response[] 
- The collection of training phrases the agent is trained on to identify the intent.
- description str
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- display_name str
- The human-readable name of the intent, unique within the agent.
- is_fallback bool
- Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- labels Mapping[str, str]
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys-contextual" means the intent is a contextual intent.
- name str
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
- parameters
Sequence[GoogleCloud Dialogflow Cx V3beta1Intent Parameter Response] 
- The collection of parameters associated with the intent.
- priority int
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normalpriority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
- training_phrases Sequence[GoogleCloud Dialogflow Cx V3beta1Intent Training Phrase Response] 
- The collection of training phrases the agent is trained on to identify the intent.
- description String
- Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
- displayName String
- The human-readable name of the intent, unique within the agent.
- isFallback Boolean
- Indicates whether this is a fallback intent. Currently only default fallback intent is allowed in the agent, which is added upon agent creation. Adding training phrases to fallback intent is useful in the case of requests that are mistakenly matched, since training phrases assigned to fallback intents act as negative examples that triggers no-match event.
- labels Map<String>
- The key/value metadata to label an intent. Labels can contain lowercase letters, digits and the symbols '-' and '_'. International characters are allowed, including letters from unicase alphabets. Keys must start with a letter. Keys and values can be no longer than 63 characters and no more than 128 bytes. Prefix "sys-" is reserved for Dialogflow defined labels. Currently allowed Dialogflow defined labels include: * sys-head * sys-contextual The above labels do not require value. "sys-head" means the intent is a head intent. "sys-contextual" means the intent is a contextual intent.
- name String
- The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: projects//locations//agents//intents/.
- parameters List<Property Map>
- The collection of parameters associated with the intent.
- priority Number
- The priority of this intent. Higher numbers represent higher priorities. - If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normalpriority in the console. - If the supplied value is negative, the intent is ignored in runtime detect intent requests.
- trainingPhrases List<Property Map>
- The collection of training phrases the agent is trained on to identify the intent.
GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePartResponse        
- ParameterId string
- The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- Text string
- The text for this part.
- ParameterId string
- The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- Text string
- The text for this part.
- parameterId String
- The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- text String
- The text for this part.
- parameterId string
- The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- text string
- The text for this part.
- parameter_id str
- The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- text str
- The text for this part.
- parameterId String
- The parameter used to annotate this part of the training phrase. This field is required for annotated parts of the training phrase.
- text String
- The text for this part.
GoogleCloudDialogflowCxV3beta1IntentTrainingPhraseResponse       
- Parts
List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Intent Training Phrase Part Response> 
- The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.textis set to a part of the phrase that has no parameters. -Part.textis set to a part of the phrase that you want to annotate, and theparameter_idfield is set.
- RepeatCount int
- Indicates how many times this example was added to the intent.
- Parts
[]GoogleCloud Dialogflow Cx V3beta1Intent Training Phrase Part Response 
- The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.textis set to a part of the phrase that has no parameters. -Part.textis set to a part of the phrase that you want to annotate, and theparameter_idfield is set.
- RepeatCount int
- Indicates how many times this example was added to the intent.
- parts
List<GoogleCloud Dialogflow Cx V3beta1Intent Training Phrase Part Response> 
- The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.textis set to a part of the phrase that has no parameters. -Part.textis set to a part of the phrase that you want to annotate, and theparameter_idfield is set.
- repeatCount Integer
- Indicates how many times this example was added to the intent.
- parts
GoogleCloud Dialogflow Cx V3beta1Intent Training Phrase Part Response[] 
- The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.textis set to a part of the phrase that has no parameters. -Part.textis set to a part of the phrase that you want to annotate, and theparameter_idfield is set.
- repeatCount number
- Indicates how many times this example was added to the intent.
- parts
Sequence[GoogleCloud Dialogflow Cx V3beta1Intent Training Phrase Part Response] 
- The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.textis set to a part of the phrase that has no parameters. -Part.textis set to a part of the phrase that you want to annotate, and theparameter_idfield is set.
- repeat_count int
- Indicates how many times this example was added to the intent.
- parts List<Property Map>
- The ordered list of training phrase parts. The parts are concatenated in order to form the training phrase. Note: The API does not automatically annotate training phrases like the Dialogflow Console does. Note: Do not forget to include whitespace at part boundaries, so the training phrase is well formatted when the parts are concatenated. If the training phrase does not need to be annotated with parameters, you just need a single part with only the Part.text field set. If you want to annotate the training phrase, you must create multiple parts, where the fields of each part are populated in one of two ways: - Part.textis set to a part of the phrase that has no parameters. -Part.textis set to a part of the phrase that you want to annotate, and theparameter_idfield is set.
- repeatCount Number
- Indicates how many times this example was added to the intent.
GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettingsResponse       
- DataStore List<Pulumi.Connections Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Data Store Connection Response> 
- Optional. List of related data store connections.
- Enabled bool
- Whether Knowledge Connector is enabled or not.
- TargetFlow string
- The target flow to transition to. Format: projects//locations//agents//flows/.
- TargetPage string
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- TriggerFulfillment Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers(contains up to the 5 highest confidence answers) and$request.knowledge.questions(contains the corresponding questions) to construct the fulfillment.
- DataStore []GoogleConnections Cloud Dialogflow Cx V3beta1Data Store Connection Response 
- Optional. List of related data store connections.
- Enabled bool
- Whether Knowledge Connector is enabled or not.
- TargetFlow string
- The target flow to transition to. Format: projects//locations//agents//flows/.
- TargetPage string
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- TriggerFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers(contains up to the 5 highest confidence answers) and$request.knowledge.questions(contains the corresponding questions) to construct the fulfillment.
- dataStore List<GoogleConnections Cloud Dialogflow Cx V3beta1Data Store Connection Response> 
- Optional. List of related data store connections.
- enabled Boolean
- Whether Knowledge Connector is enabled or not.
- targetFlow String
- The target flow to transition to. Format: projects//locations//agents//flows/.
- targetPage String
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- triggerFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers(contains up to the 5 highest confidence answers) and$request.knowledge.questions(contains the corresponding questions) to construct the fulfillment.
- dataStore GoogleConnections Cloud Dialogflow Cx V3beta1Data Store Connection Response[] 
- Optional. List of related data store connections.
- enabled boolean
- Whether Knowledge Connector is enabled or not.
- targetFlow string
- The target flow to transition to. Format: projects//locations//agents//flows/.
- targetPage string
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- triggerFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers(contains up to the 5 highest confidence answers) and$request.knowledge.questions(contains the corresponding questions) to construct the fulfillment.
- data_store_ Sequence[Googleconnections Cloud Dialogflow Cx V3beta1Data Store Connection Response] 
- Optional. List of related data store connections.
- enabled bool
- Whether Knowledge Connector is enabled or not.
- target_flow str
- The target flow to transition to. Format: projects//locations//agents//flows/.
- target_page str
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- trigger_fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to be triggered. When the answers from the Knowledge Connector are selected by Dialogflow, you can utitlize the request scoped parameter $request.knowledge.answers(contains up to the 5 highest confidence answers) and$request.knowledge.questions(contains the corresponding questions) to construct the fulfillment.
- dataStore List<Property Map>Connections 
- Optional. List of related data store connections.
- enabled Boolean
- Whether Knowledge Connector is enabled or not.
- targetFlow String
- The target flow to transition to. Format: projects//locations//agents//flows/.
- targetPage String
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- triggerFulfillment 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.
GoogleCloudDialogflowCxV3beta1PageResponse     
- AdvancedSettings Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- DisplayName string
- The human-readable name of the page, unique within the flow.
- EntryFulfillment Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the session is entering the page.
- EventHandlers List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Event Handler Response> 
- Handlers associated with the page to handle events such as webhook errors, no match or no input.
- Form
Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Form Response 
- The form associated with the page, used for collecting parameters relevant to the page.
- KnowledgeConnector Pulumi.Settings Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Knowledge Connector Settings Response 
- Optional. Knowledge connector configuration.
- Name string
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.
- TransitionRoute List<string>Groups 
- Ordered list of TransitionRouteGroupsadded to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/orprojects//locations//agents//transitionRouteGroups/for agent-level groups.
- TransitionRoutes List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Transition Route Response> 
- A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- AdvancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- DisplayName string
- The human-readable name of the page, unique within the flow.
- EntryFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the session is entering the page.
- EventHandlers []GoogleCloud Dialogflow Cx V3beta1Event Handler Response 
- Handlers associated with the page to handle events such as webhook errors, no match or no input.
- Form
GoogleCloud Dialogflow Cx V3beta1Form Response 
- The form associated with the page, used for collecting parameters relevant to the page.
- KnowledgeConnector GoogleSettings Cloud Dialogflow Cx V3beta1Knowledge Connector Settings Response 
- Optional. Knowledge connector configuration.
- Name string
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.
- TransitionRoute []stringGroups 
- Ordered list of TransitionRouteGroupsadded to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/orprojects//locations//agents//transitionRouteGroups/for agent-level groups.
- TransitionRoutes []GoogleCloud Dialogflow Cx V3beta1Transition Route Response 
- A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- advancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- displayName String
- The human-readable name of the page, unique within the flow.
- entryFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the session is entering the page.
- eventHandlers List<GoogleCloud Dialogflow Cx V3beta1Event Handler Response> 
- Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form
GoogleCloud Dialogflow Cx V3beta1Form Response 
- The form associated with the page, used for collecting parameters relevant to the page.
- knowledgeConnector GoogleSettings Cloud Dialogflow Cx V3beta1Knowledge Connector Settings Response 
- Optional. Knowledge connector configuration.
- name String
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.
- transitionRoute List<String>Groups 
- Ordered list of TransitionRouteGroupsadded to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/orprojects//locations//agents//transitionRouteGroups/for agent-level groups.
- transitionRoutes List<GoogleCloud Dialogflow Cx V3beta1Transition Route Response> 
- A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- advancedSettings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- displayName string
- The human-readable name of the page, unique within the flow.
- entryFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the session is entering the page.
- eventHandlers GoogleCloud Dialogflow Cx V3beta1Event Handler Response[] 
- Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form
GoogleCloud Dialogflow Cx V3beta1Form Response 
- The form associated with the page, used for collecting parameters relevant to the page.
- knowledgeConnector GoogleSettings Cloud Dialogflow Cx V3beta1Knowledge Connector Settings Response 
- Optional. Knowledge connector configuration.
- name string
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.
- transitionRoute string[]Groups 
- Ordered list of TransitionRouteGroupsadded to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/orprojects//locations//agents//transitionRouteGroups/for agent-level groups.
- transitionRoutes GoogleCloud Dialogflow Cx V3beta1Transition Route Response[] 
- A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- advanced_settings GoogleCloud Dialogflow Cx V3beta1Advanced Settings Response 
- Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- display_name str
- The human-readable name of the page, unique within the flow.
- entry_fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the session is entering the page.
- event_handlers Sequence[GoogleCloud Dialogflow Cx V3beta1Event Handler Response] 
- Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form
GoogleCloud Dialogflow Cx V3beta1Form Response 
- The form associated with the page, used for collecting parameters relevant to the page.
- knowledge_connector_ Googlesettings Cloud Dialogflow Cx V3beta1Knowledge Connector Settings Response 
- Optional. Knowledge connector configuration.
- name str
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.
- transition_route_ Sequence[str]groups 
- Ordered list of TransitionRouteGroupsadded to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/orprojects//locations//agents//transitionRouteGroups/for agent-level groups.
- transition_routes Sequence[GoogleCloud Dialogflow Cx V3beta1Transition Route Response] 
- A list of transitions for the transition rules of this page. They route the conversation to another page in the same flow, or another flow. When we are in a certain page, the TransitionRoutes are evalauted in the following order: * TransitionRoutes defined in the page with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in flow with intent specified. * TransitionRoutes defined in the transition route groups with intent specified. * TransitionRoutes defined in the page with only condition specified. * TransitionRoutes defined in the transition route groups with only condition specified.
- advancedSettings Property Map
- Hierarchical advanced settings for this page. The settings exposed at the lower level overrides the settings exposed at the higher level.
- displayName String
- The human-readable name of the page, unique within the flow.
- entryFulfillment Property Map
- The fulfillment to call when the session is entering the page.
- eventHandlers List<Property Map>
- Handlers associated with the page to handle events such as webhook errors, no match or no input.
- form Property Map
- The form associated with the page, used for collecting parameters relevant to the page.
- knowledgeConnector Property MapSettings 
- Optional. Knowledge connector configuration.
- name String
- The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: projects//locations//agents//flows//pages/.
- transitionRoute List<String>Groups 
- Ordered list of TransitionRouteGroupsadded to the page. Transition route groups must be unique within a page. If the page links both flow-level transition route groups and agent-level transition route groups, the flow-level ones will have higher priority and will be put before the agent-level ones. * If multiple transition routes within a page scope refer to the same intent, then the precedence order is: page's transition route -> page's transition route group -> flow's transition routes. * If multiple transition route groups within a page contain the same intent, then the first group in the ordered list takes precedence. Format:projects//locations//agents//flows//transitionRouteGroups/orprojects//locations//agents//transitionRouteGroups/for agent-level groups.
- transitionRoutes 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.
GoogleCloudDialogflowCxV3beta1QueryInputResponse      
- Audio
Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Audio Input Response 
- The natural language speech audio to be processed.
- Dtmf
Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Dtmf Input Response 
- The DTMF event to be handled.
- Event
Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Event Input Response 
- The event to be triggered.
- Intent
Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Intent Input Response 
- The intent to be triggered.
- LanguageCode string
- The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- Text
Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Text Input Response 
- The natural language text to be processed.
- Audio
GoogleCloud Dialogflow Cx V3beta1Audio Input Response 
- The natural language speech audio to be processed.
- Dtmf
GoogleCloud Dialogflow Cx V3beta1Dtmf Input Response 
- The DTMF event to be handled.
- Event
GoogleCloud Dialogflow Cx V3beta1Event Input Response 
- The event to be triggered.
- Intent
GoogleCloud Dialogflow Cx V3beta1Intent Input Response 
- The intent to be triggered.
- LanguageCode 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
GoogleCloud Dialogflow Cx V3beta1Text Input Response 
- The natural language text to be processed.
- audio
GoogleCloud Dialogflow Cx V3beta1Audio Input Response 
- The natural language speech audio to be processed.
- dtmf
GoogleCloud Dialogflow Cx V3beta1Dtmf Input Response 
- The DTMF event to be handled.
- event
GoogleCloud Dialogflow Cx V3beta1Event Input Response 
- The event to be triggered.
- intent
GoogleCloud Dialogflow Cx V3beta1Intent Input Response 
- The intent to be triggered.
- languageCode 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
GoogleCloud Dialogflow Cx V3beta1Text Input Response 
- The natural language text to be processed.
- audio
GoogleCloud Dialogflow Cx V3beta1Audio Input Response 
- The natural language speech audio to be processed.
- dtmf
GoogleCloud Dialogflow Cx V3beta1Dtmf Input Response 
- The DTMF event to be handled.
- event
GoogleCloud Dialogflow Cx V3beta1Event Input Response 
- The event to be triggered.
- intent
GoogleCloud Dialogflow Cx V3beta1Intent Input Response 
- The intent to be triggered.
- languageCode 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
GoogleCloud Dialogflow Cx V3beta1Text Input Response 
- The natural language text to be processed.
- audio
GoogleCloud Dialogflow Cx V3beta1Audio Input Response 
- The natural language speech audio to be processed.
- dtmf
GoogleCloud Dialogflow Cx V3beta1Dtmf Input Response 
- The DTMF event to be handled.
- event
GoogleCloud Dialogflow Cx V3beta1Event Input Response 
- The event to be triggered.
- intent
GoogleCloud Dialogflow Cx V3beta1Intent Input Response 
- The intent to be triggered.
- language_code str
- The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- text
GoogleCloud Dialogflow Cx V3beta1Text Input Response 
- The natural language text to be processed.
- audio Property Map
- The natural language speech audio to be processed.
- dtmf Property Map
- The DTMF event to be handled.
- event Property Map
- The event to be triggered.
- intent Property Map
- The intent to be triggered.
- languageCode String
- The language of the input. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
- text Property Map
- The natural language text to be processed.
GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccessResponse        
- Metadata Dictionary<string, string>
- Custom metadata. Dialogflow doesn't impose any structure on this.
- Metadata map[string]string
- Custom metadata. Dialogflow doesn't impose any structure on this.
- metadata Map<String,String>
- Custom metadata. Dialogflow doesn't impose any structure on this.
- metadata {[key: string]: string}
- Custom metadata. Dialogflow doesn't impose any structure on this.
- metadata Mapping[str, str]
- Custom metadata. Dialogflow doesn't impose any structure on this.
- metadata Map<String>
- Custom metadata. Dialogflow doesn't impose any structure on this.
GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoffResponse         
- Metadata Dictionary<string, string>
- Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
- Metadata map[string]string
- Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
- metadata Map<String,String>
- Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
- metadata {[key: string]: string}
- Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
- metadata Mapping[str, str]
- Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
- metadata Map<String>
- Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioResponse        
- Segments
List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response> 
- Segments this audio response is composed of.
- Segments
[]GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response 
- Segments this audio response is composed of.
- segments
List<GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response> 
- Segments this audio response is composed of.
- segments
GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response[] 
- Segments this audio response is composed of.
- segments
Sequence[GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Segment Response] 
- Segments this audio response is composed of.
- segments List<Property Map>
- Segments this audio response is composed of.
GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegmentResponse         
- AllowPlayback boolInterruption 
- Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
- Audio string
- Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- Uri string
- Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- AllowPlayback boolInterruption 
- Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
- Audio string
- Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- Uri string
- Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- allowPlayback BooleanInterruption 
- Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
- audio String
- Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- uri String
- Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- allowPlayback booleanInterruption 
- Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
- audio string
- Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- uri string
- Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- allow_playback_ boolinterruption 
- Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
- audio str
- Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- uri str
- Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
- allowPlayback BooleanInterruption 
- Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.
- audio String
- Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.
- uri String
- Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.
GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioTextResponse         
- AllowPlayback boolInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- Ssml string
- The SSML text to be synthesized. For more information, see SSML.
- Text string
- The raw text to be synthesized.
- AllowPlayback boolInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- Ssml string
- The SSML text to be synthesized. For more information, see SSML.
- Text string
- The raw text to be synthesized.
- allowPlayback BooleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- ssml String
- The SSML text to be synthesized. For more information, see SSML.
- text String
- The raw text to be synthesized.
- allowPlayback booleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- ssml string
- The SSML text to be synthesized. For more information, see SSML.
- text string
- The raw text to be synthesized.
- allow_playback_ boolinterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- ssml str
- The SSML text to be synthesized. For more information, see SSML.
- text str
- The raw text to be synthesized.
- allowPlayback BooleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- ssml String
- The SSML text to be synthesized. For more information, see SSML.
- text String
- The raw text to be synthesized.
GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudioResponse        
- AllowPlayback boolInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- AudioUri string
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- AllowPlayback boolInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- AudioUri string
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- allowPlayback BooleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- audioUri String
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- allowPlayback booleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- audioUri string
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- allow_playback_ boolinterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- audio_uri str
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
- allowPlayback BooleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- audioUri String
- URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.
GoogleCloudDialogflowCxV3beta1ResponseMessageResponse      
- Channel string
- The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
- ConversationSuccess Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Conversation Success Response 
- Indicates that the conversation succeeded.
- EndInteraction Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message End Interaction Response 
- A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSIONpage. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
- KnowledgeInfo Pulumi.Card Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- LiveAgent Pulumi.Handoff Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response 
- Hands off conversation to a human agent.
- MixedAudio Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 
- An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
- OutputAudio Pulumi.Text Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response 
- A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
- Payload Dictionary<string, string>
- Returns a response containing a custom, platform-specific payload.
- PlayAudio Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Play Audio Response 
- Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
- TelephonyTransfer Pulumi.Call Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- Text
Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Response Message Text Response 
- Returns a text response.
- Channel string
- The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
- ConversationSuccess GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success Response 
- Indicates that the conversation succeeded.
- EndInteraction GoogleCloud Dialogflow Cx V3beta1Response Message End Interaction Response 
- A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSIONpage. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
- KnowledgeInfo GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- LiveAgent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response 
- Hands off conversation to a human agent.
- MixedAudio GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 
- An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
- OutputAudio GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response 
- A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
- Payload map[string]string
- Returns a response containing a custom, platform-specific payload.
- PlayAudio GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio Response 
- Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
- TelephonyTransfer GoogleCall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- Text
GoogleCloud Dialogflow Cx V3beta1Response Message Text Response 
- Returns a text response.
- channel String
- The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
- conversationSuccess GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success Response 
- Indicates that the conversation succeeded.
- endInteraction GoogleCloud Dialogflow Cx V3beta1Response Message End Interaction Response 
- A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSIONpage. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
- knowledgeInfo GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- liveAgent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response 
- Hands off conversation to a human agent.
- mixedAudio GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 
- An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
- outputAudio GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response 
- A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
- payload Map<String,String>
- Returns a response containing a custom, platform-specific payload.
- playAudio GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio Response 
- Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
- telephonyTransfer GoogleCall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text
GoogleCloud Dialogflow Cx V3beta1Response Message Text Response 
- Returns a text response.
- channel string
- The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
- conversationSuccess GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success Response 
- Indicates that the conversation succeeded.
- endInteraction GoogleCloud Dialogflow Cx V3beta1Response Message End Interaction Response 
- A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSIONpage. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
- knowledgeInfo GoogleCard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- liveAgent GoogleHandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response 
- Hands off conversation to a human agent.
- mixedAudio GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 
- An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
- outputAudio GoogleText Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response 
- A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
- payload {[key: string]: string}
- Returns a response containing a custom, platform-specific payload.
- playAudio GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio Response 
- Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
- telephonyTransfer GoogleCall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text
GoogleCloud Dialogflow Cx V3beta1Response Message Text Response 
- Returns a text response.
- channel str
- The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
- conversation_success GoogleCloud Dialogflow Cx V3beta1Response Message Conversation Success Response 
- Indicates that the conversation succeeded.
- end_interaction GoogleCloud Dialogflow Cx V3beta1Response Message End Interaction Response 
- A signal that indicates the interaction with the Dialogflow agent has ended. This message is generated by Dialogflow only when the conversation reaches END_SESSIONpage. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
- knowledge_info_ Googlecard Cloud Dialogflow Cx V3beta1Response Message Knowledge Info Card Response 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- live_agent_ Googlehandoff Cloud Dialogflow Cx V3beta1Response Message Live Agent Handoff Response 
- Hands off conversation to a human agent.
- mixed_audio GoogleCloud Dialogflow Cx V3beta1Response Message Mixed Audio Response 
- An audio response message composed of both the synthesized Dialogflow agent responses and responses defined via play_audio. This message is generated by Dialogflow only and not supposed to be defined by the user.
- output_audio_ Googletext Cloud Dialogflow Cx V3beta1Response Message Output Audio Text Response 
- A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
- payload Mapping[str, str]
- Returns a response containing a custom, platform-specific payload.
- play_audio GoogleCloud Dialogflow Cx V3beta1Response Message Play Audio Response 
- Signal that the client should play an audio clip hosted at a client-specific URI. Dialogflow uses this to construct mixed_audio. However, Dialogflow itself does not try to read or process the URI in any way.
- telephony_transfer_ Googlecall Cloud Dialogflow Cx V3beta1Response Message Telephony Transfer Call Response 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text
GoogleCloud Dialogflow Cx V3beta1Response Message Text Response 
- Returns a text response.
- channel String
- The channel which the response is associated with. Clients can specify the channel via QueryParameters.channel, and only associated channel response will be returned.
- conversationSuccess Property Map
- Indicates that the conversation succeeded.
- endInteraction 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_SESSIONpage. It is not supposed to be defined by the user. It's guaranteed that there is at most one such message in each response.
- knowledgeInfo Property MapCard 
- Represents info card for knowledge answers, to be better rendered in Dialogflow Messenger.
- liveAgent Property MapHandoff 
- Hands off conversation to a human agent.
- mixedAudio 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.
- outputAudio Property MapText 
- A text or ssml response that is preferentially used for TTS output audio synthesis, as described in the comment on the ResponseMessage message.
- payload Map<String>
- Returns a response containing a custom, platform-specific payload.
- playAudio 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.
- telephonyTransfer Property MapCall 
- A signal that the client should transfer the phone call connected to this agent to a third-party endpoint.
- text Property Map
- Returns a text response.
GoogleCloudDialogflowCxV3beta1ResponseMessageTelephonyTransferCallResponse         
- PhoneNumber string
- Transfer the call to a phone number in E.164 format.
- PhoneNumber string
- Transfer the call to a phone number in E.164 format.
- phoneNumber String
- Transfer the call to a phone number in E.164 format.
- phoneNumber string
- Transfer the call to a phone number in E.164 format.
- phone_number str
- Transfer the call to a phone number in E.164 format.
- phoneNumber String
- Transfer the call to a phone number in E.164 format.
GoogleCloudDialogflowCxV3beta1ResponseMessageTextResponse       
- AllowPlayback boolInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- Text List<string>
- A collection of text responses.
- AllowPlayback boolInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- Text []string
- A collection of text responses.
- allowPlayback BooleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- text List<String>
- A collection of text responses.
- allowPlayback booleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- text string[]
- A collection of text responses.
- allow_playback_ boolinterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- text Sequence[str]
- A collection of text responses.
- allowPlayback BooleanInterruption 
- Whether the playback of this message can be interrupted by the end user's speech and the client can then starts the next Dialogflow request.
- text List<String>
- A collection of text responses.
GoogleCloudDialogflowCxV3beta1TestCaseResultResponse       
- ConversationTurns List<Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Conversation Turn Response> 
- The conversation turns uttered during the test case replay in chronological order.
- Environment string
- Environment where the test was run. If not set, it indicates the draft environment.
- Name string
- The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
- TestResult string
- Whether the test case passed in the agent environment.
- TestTime string
- The time that the test was run.
- ConversationTurns []GoogleCloud Dialogflow Cx V3beta1Conversation Turn Response 
- The conversation turns uttered during the test case replay in chronological order.
- Environment string
- Environment where the test was run. If not set, it indicates the draft environment.
- Name string
- The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
- TestResult string
- Whether the test case passed in the agent environment.
- TestTime string
- The time that the test was run.
- conversationTurns List<GoogleCloud Dialogflow Cx V3beta1Conversation Turn Response> 
- The conversation turns uttered during the test case replay in chronological order.
- environment String
- Environment where the test was run. If not set, it indicates the draft environment.
- name String
- The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
- testResult String
- Whether the test case passed in the agent environment.
- testTime String
- The time that the test was run.
- conversationTurns GoogleCloud Dialogflow Cx V3beta1Conversation Turn Response[] 
- The conversation turns uttered during the test case replay in chronological order.
- environment string
- Environment where the test was run. If not set, it indicates the draft environment.
- name string
- The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
- testResult string
- Whether the test case passed in the agent environment.
- testTime string
- The time that the test was run.
- conversation_turns Sequence[GoogleCloud Dialogflow Cx V3beta1Conversation Turn Response] 
- The conversation turns uttered during the test case replay in chronological order.
- environment str
- Environment where the test was run. If not set, it indicates the draft environment.
- name str
- The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
- test_result str
- Whether the test case passed in the agent environment.
- test_time str
- The time that the test was run.
- conversationTurns List<Property Map>
- The conversation turns uttered during the test case replay in chronological order.
- environment String
- Environment where the test was run. If not set, it indicates the draft environment.
- name String
- The resource name for the test case result. Format: projects//locations//agents//testCases/ /results/.
- testResult String
- Whether the test case passed in the agent environment.
- testTime String
- The time that the test was run.
GoogleCloudDialogflowCxV3beta1TestConfigResponse      
- Flow string
- Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one offlowandpageshould be set to indicate the starting point of the test case. If both are set,pagetakes precedence overflow. If neither is set, the test case will start with start page on the default start flow.
- Page string
- The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one offlowandpageshould be set to indicate the starting point of the test case. If both are set,pagetakes precedence overflow. If neither is set, the test case will start with start page on the default start flow.
- TrackingParameters List<string>
- Session parameters to be compared when calculating differences.
- Flow string
- Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one offlowandpageshould be set to indicate the starting point of the test case. If both are set,pagetakes precedence overflow. If neither is set, the test case will start with start page on the default start flow.
- Page string
- The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one offlowandpageshould be set to indicate the starting point of the test case. If both are set,pagetakes precedence overflow. If neither is set, the test case will start with start page on the default start flow.
- TrackingParameters []string
- Session parameters to be compared when calculating differences.
- flow String
- Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one offlowandpageshould be set to indicate the starting point of the test case. If both are set,pagetakes precedence overflow. If neither is set, the test case will start with start page on the default start flow.
- page String
- The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one offlowandpageshould be set to indicate the starting point of the test case. If both are set,pagetakes precedence overflow. If neither is set, the test case will start with start page on the default start flow.
- trackingParameters List<String>
- Session parameters to be compared when calculating differences.
- flow string
- Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one offlowandpageshould be set to indicate the starting point of the test case. If both are set,pagetakes precedence overflow. If neither is set, the test case will start with start page on the default start flow.
- page string
- The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one offlowandpageshould be set to indicate the starting point of the test case. If both are set,pagetakes precedence overflow. If neither is set, the test case will start with start page on the default start flow.
- trackingParameters string[]
- Session parameters to be compared when calculating differences.
- flow str
- Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one offlowandpageshould be set to indicate the starting point of the test case. If both are set,pagetakes precedence overflow. If neither is set, the test case will start with start page on the default start flow.
- page str
- The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one offlowandpageshould be set to indicate the starting point of the test case. If both are set,pagetakes precedence overflow. If neither is set, the test case will start with start page on the default start flow.
- tracking_parameters Sequence[str]
- Session parameters to be compared when calculating differences.
- flow String
- Flow name to start the test case with. Format: projects//locations//agents//flows/. Only one offlowandpageshould be set to indicate the starting point of the test case. If both are set,pagetakes precedence overflow. If neither is set, the test case will start with start page on the default start flow.
- page String
- The page to start the test case with. Format: projects//locations//agents//flows//pages/. Only one offlowandpageshould be set to indicate the starting point of the test case. If both are set,pagetakes precedence overflow. If neither is set, the test case will start with start page on the default start flow.
- trackingParameters List<String>
- Session parameters to be compared when calculating differences.
GoogleCloudDialogflowCxV3beta1TestRunDifferenceResponse       
- Description string
- A human readable description of the diff, showing the actual output vs expected output.
- Type string
- The type of diff.
- Description string
- A human readable description of the diff, showing the actual output vs expected output.
- Type string
- The type of diff.
- description String
- A human readable description of the diff, showing the actual output vs expected output.
- type String
- The type of diff.
- description string
- A human readable description of the diff, showing the actual output vs expected output.
- type string
- The type of diff.
- description str
- A human readable description of the diff, showing the actual output vs expected output.
- type str
- The type of diff.
- description String
- A human readable description of the diff, showing the actual output vs expected output.
- type String
- The type of diff.
GoogleCloudDialogflowCxV3beta1TextInputResponse      
- Text string
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- Text string
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- text String
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- text string
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- text str
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
- text String
- The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.
GoogleCloudDialogflowCxV3beta1TransitionRouteResponse      
- Condition string
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- Description string
- Optional. The description of the transition route. The maximum length is 500 characters.
- Intent string
- The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one ofintentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- Name string
- The unique identifier of this transition route.
- TargetFlow string
- The target flow to transition to. Format: projects//locations//agents//flows/.
- TargetPage string
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- TriggerFulfillment Pulumi.Google Native. Dialogflow. V3Beta1. Inputs. Google Cloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- Condition string
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- Description string
- Optional. The description of the transition route. The maximum length is 500 characters.
- Intent string
- The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one ofintentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- Name string
- The unique identifier of this transition route.
- TargetFlow string
- The target flow to transition to. Format: projects//locations//agents//flows/.
- TargetPage string
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- TriggerFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- condition String
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- description String
- Optional. The description of the transition route. The maximum length is 500 characters.
- intent String
- The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one ofintentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- name String
- The unique identifier of this transition route.
- targetFlow String
- The target flow to transition to. Format: projects//locations//agents//flows/.
- targetPage String
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- triggerFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- condition string
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- description string
- Optional. The description of the transition route. The maximum length is 500 characters.
- intent string
- The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one ofintentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- name string
- The unique identifier of this transition route.
- targetFlow string
- The target flow to transition to. Format: projects//locations//agents//flows/.
- targetPage string
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- triggerFulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- condition str
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- description str
- Optional. The description of the transition route. The maximum length is 500 characters.
- intent str
- The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one ofintentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- name str
- The unique identifier of this transition route.
- target_flow str
- The target flow to transition to. Format: projects//locations//agents//flows/.
- target_page str
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- trigger_fulfillment GoogleCloud Dialogflow Cx V3beta1Fulfillment Response 
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
- condition String
- The condition to evaluate against form parameters or session parameters. See the conditions reference. At least one of intentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- description String
- Optional. The description of the transition route. The maximum length is 500 characters.
- intent String
- The unique identifier of an Intent. Format: projects//locations//agents//intents/. Indicates that the transition can only happen when the given intent is matched. At least one ofintentorconditionmust be specified. When bothintentandconditionare specified, the transition can only happen when both are fulfilled.
- name String
- The unique identifier of this transition route.
- targetFlow String
- The target flow to transition to. Format: projects//locations//agents//flows/.
- targetPage String
- The target page to transition to. Format: projects//locations//agents//flows//pages/.
- triggerFulfillment Property Map
- The fulfillment to call when the condition is satisfied. At least one of trigger_fulfillmentandtargetmust be specified. When both are defined,trigger_fulfillmentis executed first.
GoogleRpcStatusResponse   
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details
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 string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details []map[string]string
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Integer
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String,String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code number
- The status code, which should be an enum value of google.rpc.Code.
- details {[key: string]: string}[]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code int
- The status code, which should be an enum value of google.rpc.Code.
- details Sequence[Mapping[str, str]]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message str
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Number
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi