Send feedback
Class AnalyzeContentRequest (4.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.3.1 keyboard_arrow_down
public final class AnalyzeContentRequest extends GeneratedMessageV3 implements AnalyzeContentRequestOrBuilder
The request message for
Participants.AnalyzeContent .
Protobuf type google.cloud.dialogflow.v2.AnalyzeContentRequest
Fields
ASSIST_QUERY_PARAMS_FIELD_NUMBER
public static final int ASSIST_QUERY_PARAMS_FIELD_NUMBER
Field Value
EVENT_INPUT_FIELD_NUMBER
public static final int EVENT_INPUT_FIELD_NUMBER
Field Value
PARTICIPANT_FIELD_NUMBER
public static final int PARTICIPANT_FIELD_NUMBER
Field Value
QUERY_PARAMS_FIELD_NUMBER
public static final int QUERY_PARAMS_FIELD_NUMBER
Field Value
REPLY_AUDIO_CONFIG_FIELD_NUMBER
public static final int REPLY_AUDIO_CONFIG_FIELD_NUMBER
Field Value
REQUEST_ID_FIELD_NUMBER
public static final int REQUEST_ID_FIELD_NUMBER
Field Value
TEXT_INPUT_FIELD_NUMBER
public static final int TEXT_INPUT_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getAssistQueryParams()
public AssistQueryParameters getAssistQueryParams ()
Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 14;
Returns
getAssistQueryParamsOrBuilder()
public AssistQueryParametersOrBuilder getAssistQueryParamsOrBuilder ()
Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 14;
Returns
getDefaultInstance()
public static AnalyzeContentRequest getDefaultInstance ()
Returns
getDefaultInstanceForType()
public AnalyzeContentRequest getDefaultInstanceForType ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
getEventInput()
public EventInput getEventInput ()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2.EventInput event_input = 8;
Returns
getEventInputOrBuilder()
public EventInputOrBuilder getEventInputOrBuilder ()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2.EventInput event_input = 8;
Returns
getInputCase()
public AnalyzeContentRequest . InputCase getInputCase ()
Returns
getParserForType()
public Parser<AnalyzeContentRequest> getParserForType ()
Returns
Overrides
getParticipant()
public String getParticipant ()
Required. The name of the participant this text comes from.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>
.
string participant = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type Description String The participant.
getParticipantBytes()
public ByteString getParticipantBytes ()
Required. The name of the participant this text comes from.
Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>/participants/<Participant ID>
.
string participant = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type Description ByteString The bytes for participant.
getQueryParams()
public QueryParameters getQueryParams ()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2.QueryParameters query_params = 9;
Returns
getQueryParamsOrBuilder()
public QueryParametersOrBuilder getQueryParamsOrBuilder ()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2.QueryParameters query_params = 9;
Returns
getReplyAudioConfig()
public OutputAudioConfig getReplyAudioConfig ()
Speech synthesis configuration.
The speech synthesis settings for a virtual agent that may be configured
for the associated conversation profile are not used when calling
AnalyzeContent. If this configuration is not supplied, speech synthesis
is disabled.
.google.cloud.dialogflow.v2.OutputAudioConfig reply_audio_config = 5;
Returns
getReplyAudioConfigOrBuilder()
public OutputAudioConfigOrBuilder getReplyAudioConfigOrBuilder ()
Speech synthesis configuration.
The speech synthesis settings for a virtual agent that may be configured
for the associated conversation profile are not used when calling
AnalyzeContent. If this configuration is not supplied, speech synthesis
is disabled.
.google.cloud.dialogflow.v2.OutputAudioConfig reply_audio_config = 5;
Returns
getRequestId()
public String getRequestId ()
A unique identifier for this request. Restricted to 36 ASCII characters.
A random UUID is recommended.
This request is only idempotent if a request_id
is provided.
string request_id = 11;
Returns
Type Description String The requestId.
getRequestIdBytes()
public ByteString getRequestIdBytes ()
A unique identifier for this request. Restricted to 36 ASCII characters.
A random UUID is recommended.
This request is only idempotent if a request_id
is provided.
string request_id = 11;
Returns
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getTextInput()
public TextInput getTextInput ()
The natural language text to be processed.
.google.cloud.dialogflow.v2.TextInput text_input = 6;
Returns
getTextInputOrBuilder()
public TextInputOrBuilder getTextInputOrBuilder ()
The natural language text to be processed.
.google.cloud.dialogflow.v2.TextInput text_input = 6;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasAssistQueryParams()
public boolean hasAssistQueryParams ()
Parameters for a human assist query.
.google.cloud.dialogflow.v2.AssistQueryParameters assist_query_params = 14;
Returns
Type Description boolean Whether the assistQueryParams field is set.
hasEventInput()
public boolean hasEventInput ()
An input event to send to Dialogflow.
.google.cloud.dialogflow.v2.EventInput event_input = 8;
Returns
Type Description boolean Whether the eventInput field is set.
hasQueryParams()
public boolean hasQueryParams ()
Parameters for a Dialogflow virtual-agent query.
.google.cloud.dialogflow.v2.QueryParameters query_params = 9;
Returns
Type Description boolean Whether the queryParams field is set.
hasReplyAudioConfig()
public boolean hasReplyAudioConfig ()
Speech synthesis configuration.
The speech synthesis settings for a virtual agent that may be configured
for the associated conversation profile are not used when calling
AnalyzeContent. If this configuration is not supplied, speech synthesis
is disabled.
.google.cloud.dialogflow.v2.OutputAudioConfig reply_audio_config = 5;
Returns
Type Description boolean Whether the replyAudioConfig field is set.
hasTextInput()
public boolean hasTextInput ()
The natural language text to be processed.
.google.cloud.dialogflow.v2.TextInput text_input = 6;
Returns
Type Description boolean Whether the textInput field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilder()
public static AnalyzeContentRequest . Builder newBuilder ()
Returns
newBuilder(AnalyzeContentRequest prototype)
public static AnalyzeContentRequest . Builder newBuilder ( AnalyzeContentRequest prototype )
Parameter
Returns
newBuilderForType()
public AnalyzeContentRequest . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AnalyzeContentRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
parseDelimitedFrom(InputStream input)
public static AnalyzeContentRequest parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AnalyzeContentRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AnalyzeContentRequest parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeContentRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AnalyzeContentRequest parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeContentRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static AnalyzeContentRequest parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AnalyzeContentRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static AnalyzeContentRequest parseFrom ( InputStream input )
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AnalyzeContentRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AnalyzeContentRequest parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AnalyzeContentRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<AnalyzeContentRequest> parser ()
Returns
toBuilder()
public AnalyzeContentRequest . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]