public interface DialogflowSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAudioUri()
public abstract String getAudioUri()Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 3;
| Type | Description |
| String | The audioUri. |
getAudioUriBytes()
public abstract ByteString getAudioUriBytes()Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 3;
| Type | Description |
| ByteString | The bytes for audioUri. |
getDialogflowConversation()
public abstract 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];
| Type | Description |
| String | The dialogflowConversation. |
getDialogflowConversationBytes()
public abstract 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];
| Type | Description |
| ByteString | The bytes for dialogflowConversation. |