Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ module OutputAudioEncoding
# LINT: LEGACY_NAMES
OUTPUT_AUDIO_ENCODING_LINEAR_16 = 1

# MP3 audio at 32kbps.
# MP3 audio at 64kbps.
OUTPUT_AUDIO_ENCODING_MP3 = 2

# MP3 audio at 64kbps.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,11 @@ module DetectIntentResponseView
# Basic response view omits the following fields:
# -
# {::Google::Cloud::Dialogflow::CX::V3::QueryResult#diagnostic_info QueryResult.diagnostic_info}
# - [QueryResult.generative_info][]
# -
# {::Google::Cloud::Dialogflow::CX::V3::QueryResult#trace_blocks QueryResult.trace_blocks}
# -
# {::Google::Cloud::Dialogflow::CX::V3::QueryResult#data_store_connection_signals QueryResult.data_store_connection_signals}
DETECT_INTENT_RESPONSE_VIEW_BASIC = 2

# Default response view omits the following fields:
Expand Down
Loading