public interface DialogflowSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAudioUri()
Cloud Storage URI that points to a file that contains the conversation
audio.
|
com.google.protobuf.ByteString |
getAudioUriBytes()
Cloud Storage URI that points to a file that contains the conversation
audio.
|
String |
getDialogflowConversation()
Output only.
|
com.google.protobuf.ByteString |
getDialogflowConversationBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDialogflowConversation()
Output only. The name of the Dialogflow conversation that this conversation
resource is derived from. Format:
projects/{project}/locations/{location}/conversations/{conversation}
string dialogflow_conversation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDialogflowConversationBytes()
Output only. The name of the Dialogflow conversation that this conversation
resource is derived from. Format:
projects/{project}/locations/{location}/conversations/{conversation}
string dialogflow_conversation = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getAudioUri()
Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 3;com.google.protobuf.ByteString getAudioUriBytes()
Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 3;Copyright © 2023 Google LLC. All rights reserved.