public static interface BidiStreamingAnalyzeContentRequest.ConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfigCase()
public abstract BidiStreamingAnalyzeContentRequest.Config.ConfigCase getConfigCase()| Returns | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequest.Config.ConfigCase |
|
getInitialVirtualAgentParameters()
public abstract Struct getInitialVirtualAgentParameters()Parameters to be passed to the virtual agent at the beginning.
.google.protobuf.Struct initial_virtual_agent_parameters = 3;
| Returns | |
|---|---|
| Type | Description |
Struct |
The initialVirtualAgentParameters. |
getInitialVirtualAgentParametersOrBuilder()
public abstract StructOrBuilder getInitialVirtualAgentParametersOrBuilder()Parameters to be passed to the virtual agent at the beginning.
.google.protobuf.Struct initial_virtual_agent_parameters = 3;
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getInitialVirtualAgentQueryParams()
public abstract QueryParameters getInitialVirtualAgentQueryParams()Initial parameters for the virtual-agent.
.google.cloud.dialogflow.v2beta1.QueryParameters initial_virtual_agent_query_params = 4;
| Returns | |
|---|---|
| Type | Description |
QueryParameters |
The initialVirtualAgentQueryParams. |
getInitialVirtualAgentQueryParamsOrBuilder()
public abstract QueryParametersOrBuilder getInitialVirtualAgentQueryParamsOrBuilder()Initial parameters for the virtual-agent.
.google.cloud.dialogflow.v2beta1.QueryParameters initial_virtual_agent_query_params = 4;
| Returns | |
|---|---|
| Type | Description |
QueryParametersOrBuilder |
|
getParticipant()
public abstract String getParticipant() Required. The name of the participant to fetch response for.
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 abstract ByteString getParticipantBytes() Required. The name of the participant to fetch response for.
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. |
getVoiceSessionConfig()
public abstract BidiStreamingAnalyzeContentRequest.Config.VoiceSessionConfig getVoiceSessionConfig()Configure a voice-based session.
.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Config.VoiceSessionConfig voice_session_config = 2;
| Returns | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequest.Config.VoiceSessionConfig |
The voiceSessionConfig. |
getVoiceSessionConfigOrBuilder()
public abstract BidiStreamingAnalyzeContentRequest.Config.VoiceSessionConfigOrBuilder getVoiceSessionConfigOrBuilder()Configure a voice-based session.
.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Config.VoiceSessionConfig voice_session_config = 2;
| Returns | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequest.Config.VoiceSessionConfigOrBuilder |
|
hasInitialVirtualAgentParameters()
public abstract boolean hasInitialVirtualAgentParameters()Parameters to be passed to the virtual agent at the beginning.
.google.protobuf.Struct initial_virtual_agent_parameters = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the initialVirtualAgentParameters field is set. |
hasInitialVirtualAgentQueryParams()
public abstract boolean hasInitialVirtualAgentQueryParams()Initial parameters for the virtual-agent.
.google.cloud.dialogflow.v2beta1.QueryParameters initial_virtual_agent_query_params = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the initialVirtualAgentQueryParams field is set. |
hasVoiceSessionConfig()
public abstract boolean hasVoiceSessionConfig()Configure a voice-based session.
.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Config.VoiceSessionConfig voice_session_config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the voiceSessionConfig field is set. |