Class ResponseMessage.MixedAudio.Segment (0.48.0)

public static final class ResponseMessage.MixedAudio.Segment extends GeneratedMessageV3 implements ResponseMessage.MixedAudio.SegmentOrBuilder

Represents one segment of audio.

Protobuf type google.cloud.dialogflow.cx.v3beta1.ResponseMessage.MixedAudio.Segment

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ResponseMessage.MixedAudio.Segment

Static Fields

ALLOW_PLAYBACK_INTERRUPTION_FIELD_NUMBER

public static final int ALLOW_PLAYBACK_INTERRUPTION_FIELD_NUMBER
Field Value
TypeDescription
int

AUDIO_FIELD_NUMBER

public static final int AUDIO_FIELD_NUMBER
Field Value
TypeDescription
int

URI_FIELD_NUMBER

public static final int URI_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ResponseMessage.MixedAudio.Segment getDefaultInstance()
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ResponseMessage.MixedAudio.Segment.Builder newBuilder()
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment.Builder

newBuilder(ResponseMessage.MixedAudio.Segment prototype)

public static ResponseMessage.MixedAudio.Segment.Builder newBuilder(ResponseMessage.MixedAudio.Segment prototype)
Parameter
NameDescription
prototypeResponseMessage.MixedAudio.Segment
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment.Builder

parseDelimitedFrom(InputStream input)

public static ResponseMessage.MixedAudio.Segment parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResponseMessage.MixedAudio.Segment parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ResponseMessage.MixedAudio.Segment parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ResponseMessage.MixedAudio.Segment parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ResponseMessage.MixedAudio.Segment parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ResponseMessage.MixedAudio.Segment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ResponseMessage.MixedAudio.Segment parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ResponseMessage.MixedAudio.Segment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ResponseMessage.MixedAudio.Segment parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResponseMessage.MixedAudio.Segment parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ResponseMessage.MixedAudio.Segment parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ResponseMessage.MixedAudio.Segment parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ResponseMessage.MixedAudio.Segment> parser()
Returns
TypeDescription
Parser<Segment>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAllowPlaybackInterruption()

public boolean getAllowPlaybackInterruption()

Output only. Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.

bool allow_playback_interruption = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The allowPlaybackInterruption.

getAudio()

public ByteString getAudio()

Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.

bytes audio = 1;

Returns
TypeDescription
ByteString

The audio.

getContentCase()

public ResponseMessage.MixedAudio.Segment.ContentCase getContentCase()
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment.ContentCase

getDefaultInstanceForType()

public ResponseMessage.MixedAudio.Segment getDefaultInstanceForType()
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment

getParserForType()

public Parser<ResponseMessage.MixedAudio.Segment> getParserForType()
Returns
TypeDescription
Parser<Segment>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUri()

public String getUri()

Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.

string uri = 2;

Returns
TypeDescription
String

The uri.

getUriBytes()

public ByteString getUriBytes()

Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.

string uri = 2;

Returns
TypeDescription
ByteString

The bytes for uri.

hasAudio()

public boolean hasAudio()

Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.

bytes audio = 1;

Returns
TypeDescription
boolean

Whether the audio field is set.

hasUri()

public boolean hasUri()

Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.

string uri = 2;

Returns
TypeDescription
boolean

Whether the uri field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ResponseMessage.MixedAudio.Segment.Builder newBuilderForType()
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ResponseMessage.MixedAudio.Segment.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ResponseMessage.MixedAudio.Segment.Builder toBuilder()
Returns
TypeDescription
ResponseMessage.MixedAudio.Segment.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException