1. Packages
  2. Google Cloud Native
  3. API Docs
  4. dialogflow
  5. dialogflow/v3beta1
  6. getAgent

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.getAgent

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

Retrieves the specified agent.

Using getAgent

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 getAgent(args: GetAgentArgs, opts?: InvokeOptions): Promise<GetAgentResult>
function getAgentOutput(args: GetAgentOutputArgs, opts?: InvokeOptions): Output<GetAgentResult>
Copy
def get_agent(agent_id: Optional[str] = None,
              location: Optional[str] = None,
              project: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetAgentResult
def get_agent_output(agent_id: Optional[pulumi.Input[str]] = None,
              location: Optional[pulumi.Input[str]] = None,
              project: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetAgentResult]
Copy
func LookupAgent(ctx *Context, args *LookupAgentArgs, opts ...InvokeOption) (*LookupAgentResult, error)
func LookupAgentOutput(ctx *Context, args *LookupAgentOutputArgs, opts ...InvokeOption) LookupAgentResultOutput
Copy

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

public static class GetAgent 
{
    public static Task<GetAgentResult> InvokeAsync(GetAgentArgs args, InvokeOptions? opts = null)
    public static Output<GetAgentResult> Invoke(GetAgentInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAgentResult> getAgent(GetAgentArgs args, InvokeOptions options)
public static Output<GetAgentResult> getAgent(GetAgentArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:dialogflow/v3beta1:getAgent
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

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

getAgent Result

The following output properties are available:

AdvancedSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Outputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse
Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
AnswerFeedbackSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Outputs.GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettingsResponse
Optional. Answer feedback collection settings.
AvatarUri string
The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
DefaultLanguageCode string
Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
Description string
The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
DisplayName string
The human-readable name of the agent, unique within the location.
EnableSpellCorrection bool
Indicates if automatic spell correction is enabled in detect intent requests.
EnableStackdriverLogging bool
Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
GenAppBuilderSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Outputs.GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettingsResponse
Gen App Builder-related agent-level settings.
GitIntegrationSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Outputs.GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsResponse
Git integration settings for this agent.
Locked bool
Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
Name string
The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
SecuritySettings string
Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
SpeechToTextSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Outputs.GoogleCloudDialogflowCxV3beta1SpeechToTextSettingsResponse
Speech recognition related settings.
StartFlow string
Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
SupportedLanguageCodes List<string>
The list of all languages supported by the agent (except for the default_language_code).
TextToSpeechSettings Pulumi.GoogleNative.Dialogflow.V3Beta1.Outputs.GoogleCloudDialogflowCxV3beta1TextToSpeechSettingsResponse
Settings on instructing the speech synthesizer on how to generate the output audio content.
TimeZone string
The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
AdvancedSettings GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse
Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
AnswerFeedbackSettings GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettingsResponse
Optional. Answer feedback collection settings.
AvatarUri string
The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
DefaultLanguageCode string
Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
Description string
The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
DisplayName string
The human-readable name of the agent, unique within the location.
EnableSpellCorrection bool
Indicates if automatic spell correction is enabled in detect intent requests.
EnableStackdriverLogging bool
Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
GenAppBuilderSettings GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettingsResponse
Gen App Builder-related agent-level settings.
GitIntegrationSettings GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsResponse
Git integration settings for this agent.
Locked bool
Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
Name string
The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
SecuritySettings string
Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
SpeechToTextSettings GoogleCloudDialogflowCxV3beta1SpeechToTextSettingsResponse
Speech recognition related settings.
StartFlow string
Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
SupportedLanguageCodes []string
The list of all languages supported by the agent (except for the default_language_code).
TextToSpeechSettings GoogleCloudDialogflowCxV3beta1TextToSpeechSettingsResponse
Settings on instructing the speech synthesizer on how to generate the output audio content.
TimeZone string
The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
advancedSettings GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse
Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
answerFeedbackSettings GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettingsResponse
Optional. Answer feedback collection settings.
avatarUri String
The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
defaultLanguageCode String
Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
description String
The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
displayName String
The human-readable name of the agent, unique within the location.
enableSpellCorrection Boolean
Indicates if automatic spell correction is enabled in detect intent requests.
enableStackdriverLogging Boolean
Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
genAppBuilderSettings GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettingsResponse
Gen App Builder-related agent-level settings.
gitIntegrationSettings GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsResponse
Git integration settings for this agent.
locked Boolean
Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
name String
The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
securitySettings String
Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
speechToTextSettings GoogleCloudDialogflowCxV3beta1SpeechToTextSettingsResponse
Speech recognition related settings.
startFlow String
Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
supportedLanguageCodes List<String>
The list of all languages supported by the agent (except for the default_language_code).
textToSpeechSettings GoogleCloudDialogflowCxV3beta1TextToSpeechSettingsResponse
Settings on instructing the speech synthesizer on how to generate the output audio content.
timeZone String
The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
advancedSettings GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse
Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
answerFeedbackSettings GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettingsResponse
Optional. Answer feedback collection settings.
avatarUri string
The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
defaultLanguageCode string
Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
description string
The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
displayName string
The human-readable name of the agent, unique within the location.
enableSpellCorrection boolean
Indicates if automatic spell correction is enabled in detect intent requests.
enableStackdriverLogging boolean
Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
genAppBuilderSettings GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettingsResponse
Gen App Builder-related agent-level settings.
gitIntegrationSettings GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsResponse
Git integration settings for this agent.
locked boolean
Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
name string
The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
securitySettings string
Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
speechToTextSettings GoogleCloudDialogflowCxV3beta1SpeechToTextSettingsResponse
Speech recognition related settings.
startFlow string
Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
supportedLanguageCodes string[]
The list of all languages supported by the agent (except for the default_language_code).
textToSpeechSettings GoogleCloudDialogflowCxV3beta1TextToSpeechSettingsResponse
Settings on instructing the speech synthesizer on how to generate the output audio content.
timeZone string
The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
advanced_settings GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse
Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
answer_feedback_settings GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettingsResponse
Optional. Answer feedback collection settings.
avatar_uri str
The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
default_language_code str
Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
description str
The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
display_name str
The human-readable name of the agent, unique within the location.
enable_spell_correction bool
Indicates if automatic spell correction is enabled in detect intent requests.
enable_stackdriver_logging bool
Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
gen_app_builder_settings GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettingsResponse
Gen App Builder-related agent-level settings.
git_integration_settings GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsResponse
Git integration settings for this agent.
locked bool
Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
name str
The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
security_settings str
Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
speech_to_text_settings GoogleCloudDialogflowCxV3beta1SpeechToTextSettingsResponse
Speech recognition related settings.
start_flow str
Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
supported_language_codes Sequence[str]
The list of all languages supported by the agent (except for the default_language_code).
text_to_speech_settings GoogleCloudDialogflowCxV3beta1TextToSpeechSettingsResponse
Settings on instructing the speech synthesizer on how to generate the output audio content.
time_zone str
The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
advancedSettings Property Map
Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
answerFeedbackSettings Property Map
Optional. Answer feedback collection settings.
avatarUri String
The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
defaultLanguageCode String
Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
description String
The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
displayName String
The human-readable name of the agent, unique within the location.
enableSpellCorrection Boolean
Indicates if automatic spell correction is enabled in detect intent requests.
enableStackdriverLogging Boolean
Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
genAppBuilderSettings Property Map
Gen App Builder-related agent-level settings.
gitIntegrationSettings Property Map
Git integration settings for this agent.
locked Boolean
Indicates whether the agent is locked for changes. If the agent is locked, modifications to the agent will be rejected except for RestoreAgent.
name String
The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
securitySettings String
Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
speechToTextSettings Property Map
Speech recognition related settings.
startFlow String
Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
supportedLanguageCodes List<String>
The list of all languages supported by the agent (except for the default_language_code).
textToSpeechSettings Property Map
Settings on instructing the speech synthesizer on how to generate the output audio content.
timeZone String
The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.

Supporting Types

GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse

Enabled This property is required. bool
If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
FinishDigit This property is required. string
The digit that terminates a DTMF digit sequence.
MaxDigits This property is required. int
Max length of DTMF digits.
Enabled This property is required. bool
If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
FinishDigit This property is required. string
The digit that terminates a DTMF digit sequence.
MaxDigits This property is required. int
Max length of DTMF digits.
enabled This property is required. Boolean
If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
finishDigit This property is required. String
The digit that terminates a DTMF digit sequence.
maxDigits This property is required. Integer
Max length of DTMF digits.
enabled This property is required. boolean
If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
finishDigit This property is required. string
The digit that terminates a DTMF digit sequence.
maxDigits This property is required. number
Max length of DTMF digits.
enabled This property is required. bool
If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
finish_digit This property is required. str
The digit that terminates a DTMF digit sequence.
max_digits This property is required. int
Max length of DTMF digits.
enabled This property is required. Boolean
If true, incoming audio is processed for DTMF (dual tone multi frequency) events. For example, if the caller presses a button on their telephone keypad and DTMF processing is enabled, Dialogflow will detect the event (e.g. a "3" was pressed) in the incoming audio and pass the event to the bot to drive business logic (e.g. when 3 is pressed, return the account balance).
finishDigit This property is required. String
The digit that terminates a DTMF digit sequence.
maxDigits This property is required. Number
Max length of DTMF digits.

GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse

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

GoogleCloudDialogflowCxV3beta1AdvancedSettingsResponse

AudioExportGcsDestination This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
DtmfSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
LoggingSettings This property is required. Pulumi.GoogleNative.Dialogflow.V3Beta1.Inputs.GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
AudioExportGcsDestination This property is required. GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
DtmfSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
LoggingSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audioExportGcsDestination This property is required. GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
dtmfSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
loggingSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audioExportGcsDestination This property is required. GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
dtmfSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
loggingSettings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audio_export_gcs_destination This property is required. GoogleCloudDialogflowCxV3beta1GcsDestinationResponse
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
dtmf_settings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsDtmfSettingsResponse
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
logging_settings This property is required. GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettingsResponse
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.
audioExportGcsDestination This property is required. Property Map
If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels: - Agent level - Flow level
dtmfSettings This property is required. Property Map
Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.
loggingSettings This property is required. Property Map
Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.

GoogleCloudDialogflowCxV3beta1AgentAnswerFeedbackSettingsResponse

EnableAnswerFeedback This property is required. bool
Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
EnableAnswerFeedback This property is required. bool
Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
enableAnswerFeedback This property is required. Boolean
Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
enableAnswerFeedback This property is required. boolean
Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
enable_answer_feedback This property is required. bool
Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
enableAnswerFeedback This property is required. Boolean
Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.

GoogleCloudDialogflowCxV3beta1AgentGenAppBuilderSettingsResponse

Engine This property is required. string
The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
Engine This property is required. string
The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
engine This property is required. String
The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
engine This property is required. string
The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
engine This property is required. str
The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
engine This property is required. String
The full name of the Gen App Builder engine related to this agent if there is one. Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}

GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsGithubSettingsResponse

AccessToken This property is required. string
The access token used to authenticate the access to the GitHub repository.
Branches This property is required. List<string>
A list of branches configured to be used from Dialogflow.
DisplayName This property is required. string
The unique repository display name for the GitHub repository.
RepositoryUri This property is required. string
The GitHub repository URI related to the agent.
TrackingBranch This property is required. string
The branch of the GitHub repository tracked for this agent.
AccessToken This property is required. string
The access token used to authenticate the access to the GitHub repository.
Branches This property is required. []string
A list of branches configured to be used from Dialogflow.
DisplayName This property is required. string
The unique repository display name for the GitHub repository.
RepositoryUri This property is required. string
The GitHub repository URI related to the agent.
TrackingBranch This property is required. string
The branch of the GitHub repository tracked for this agent.
accessToken This property is required. String
The access token used to authenticate the access to the GitHub repository.
branches This property is required. List<String>
A list of branches configured to be used from Dialogflow.
displayName This property is required. String
The unique repository display name for the GitHub repository.
repositoryUri This property is required. String
The GitHub repository URI related to the agent.
trackingBranch This property is required. String
The branch of the GitHub repository tracked for this agent.
accessToken This property is required. string
The access token used to authenticate the access to the GitHub repository.
branches This property is required. string[]
A list of branches configured to be used from Dialogflow.
displayName This property is required. string
The unique repository display name for the GitHub repository.
repositoryUri This property is required. string
The GitHub repository URI related to the agent.
trackingBranch This property is required. string
The branch of the GitHub repository tracked for this agent.
access_token This property is required. str
The access token used to authenticate the access to the GitHub repository.
branches This property is required. Sequence[str]
A list of branches configured to be used from Dialogflow.
display_name This property is required. str
The unique repository display name for the GitHub repository.
repository_uri This property is required. str
The GitHub repository URI related to the agent.
tracking_branch This property is required. str
The branch of the GitHub repository tracked for this agent.
accessToken This property is required. String
The access token used to authenticate the access to the GitHub repository.
branches This property is required. List<String>
A list of branches configured to be used from Dialogflow.
displayName This property is required. String
The unique repository display name for the GitHub repository.
repositoryUri This property is required. String
The GitHub repository URI related to the agent.
trackingBranch This property is required. String
The branch of the GitHub repository tracked for this agent.

GoogleCloudDialogflowCxV3beta1AgentGitIntegrationSettingsResponse

githubSettings This property is required. Property Map
GitHub settings.

GoogleCloudDialogflowCxV3beta1GcsDestinationResponse

Uri This property is required. string
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
Uri This property is required. string
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
uri This property is required. String
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
uri This property is required. string
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
uri This property is required. str
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.
uri This property is required. String
The Google Cloud Storage URI for the exported objects. A URI is of the form: gs://bucket/object-name-or-prefix Whether a full object name, or just a prefix, its usage depends on the Dialogflow operation.

GoogleCloudDialogflowCxV3beta1SpeechToTextSettingsResponse

EnableSpeechAdaptation This property is required. bool
Whether to use speech adaptation for speech recognition.
EnableSpeechAdaptation This property is required. bool
Whether to use speech adaptation for speech recognition.
enableSpeechAdaptation This property is required. Boolean
Whether to use speech adaptation for speech recognition.
enableSpeechAdaptation This property is required. boolean
Whether to use speech adaptation for speech recognition.
enable_speech_adaptation This property is required. bool
Whether to use speech adaptation for speech recognition.
enableSpeechAdaptation This property is required. Boolean
Whether to use speech adaptation for speech recognition.

GoogleCloudDialogflowCxV3beta1TextToSpeechSettingsResponse

SynthesizeSpeechConfigs This property is required. Dictionary<string, string>
Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
SynthesizeSpeechConfigs This property is required. map[string]string
Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
synthesizeSpeechConfigs This property is required. Map<String,String>
Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
synthesizeSpeechConfigs This property is required. {[key: string]: string}
Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
synthesize_speech_configs This property is required. Mapping[str, str]
Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.
synthesizeSpeechConfigs This property is required. Map<String>
Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/cx/docs/reference/language) to SynthesizeSpeechConfig. These settings affect: - The phone gateway synthesize configuration set via Agent.text_to_speech_settings. - How speech is synthesized when invoking session APIs. Agent.text_to_speech_settings only applies if OutputAudioConfig.synthesize_speech_config is not specified.

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