Google Cloud Dialogflow Cx V3 Client - Class AdvancedSettings (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class AdvancedSettings.

Hierarchical advanced settings for agent/flow/page/fulfillment/parameter.

Settings exposed at lower level overrides the settings exposed at higher level. Overriding occurs at the sub-setting level. For example, the playback_interruption_settings at fulfillment level only overrides the playback_interruption_settings at the agent level, leaving other settings at the agent level unchanged. DTMF settings does not override each other. DTMF settings set at different levels define DTMF detections running in parallel. Hierarchy: Agent->Flow->Page->Fulfillment/Parameter.

Generated from protobuf message google.cloud.dialogflow.cx.v3.AdvancedSettings

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ audio_export_gcs_destination Google\Cloud\Dialogflow\Cx\V3\GcsDestination

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 Google\Cloud\Dialogflow\Cx\V3\AdvancedSettings\DtmfSettings

Settings for DTMF. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level.

↳ logging_settings Google\Cloud\Dialogflow\Cx\V3\AdvancedSettings\LoggingSettings

Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level.

getAudioExportGcsDestination

If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.

Exposed at the following levels:

  • Agent level
  • Flow level
Returns
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\GcsDestination|null

hasAudioExportGcsDestination

clearAudioExportGcsDestination

setAudioExportGcsDestination

If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination.

Exposed at the following levels:

  • Agent level
  • Flow level
Parameter
NameDescription
var Google\Cloud\Dialogflow\Cx\V3\GcsDestination
Returns
TypeDescription
$this

getDtmfSettings

Settings for DTMF.

Exposed at the following levels:

  • Agent level
  • Flow level
  • Page level
  • Parameter level.
Returns
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\AdvancedSettings\DtmfSettings|null

hasDtmfSettings

clearDtmfSettings

setDtmfSettings

Settings for DTMF.

Exposed at the following levels:

  • Agent level
  • Flow level
  • Page level
  • Parameter level.
Parameter
NameDescription
var Google\Cloud\Dialogflow\Cx\V3\AdvancedSettings\DtmfSettings
Returns
TypeDescription
$this

getLoggingSettings

Settings for logging.

Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:

  • Agent level.
Returns
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\AdvancedSettings\LoggingSettings|null

hasLoggingSettings

clearLoggingSettings

setLoggingSettings

Settings for logging.

Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:

  • Agent level.
Parameter
NameDescription
var Google\Cloud\Dialogflow\Cx\V3\AdvancedSettings\LoggingSettings
Returns
TypeDescription
$this