Interface DialogflowSourceOrBuilder (2.19.0)

public interface DialogflowSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudioUri()

public abstract String getAudioUri()

Cloud Storage URI that points to a file that contains the conversation audio.

string audio_uri = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
ByteString

The bytes for dialogflowConversation.