Interface DialogflowSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DialogflowSource
,DialogflowSource.Builder
public interface DialogflowSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDialogflowConversation
String 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];
- Returns:
- The dialogflowConversation.
-
getDialogflowConversationBytes
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];
- Returns:
- The bytes for dialogflowConversation.
-
getAudioUri
String getAudioUri()
Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 3;
- Returns:
- The audioUri.
-
getAudioUriBytes
com.google.protobuf.ByteString getAudioUriBytes()
Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 3;
- Returns:
- The bytes for audioUri.
-
-