public interface BidiStreamingAnalyzeContentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfig()
public abstract BidiStreamingAnalyzeContentRequest.Config getConfig()The config message for this conversation.
.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Config config = 1;
| Returns | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequest.Config |
The config. |
getConfigOrBuilder()
public abstract BidiStreamingAnalyzeContentRequest.ConfigOrBuilder getConfigOrBuilder()The config message for this conversation.
.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Config config = 1;
| Returns | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequest.ConfigOrBuilder |
|
getInput()
public abstract BidiStreamingAnalyzeContentRequest.Input getInput()Text, audio or other multi-modality inputs. This is the second and following messages sent by the client.
.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Input input = 2;
| Returns | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequest.Input |
The input. |
getInputOrBuilder()
public abstract BidiStreamingAnalyzeContentRequest.InputOrBuilder getInputOrBuilder()Text, audio or other multi-modality inputs. This is the second and following messages sent by the client.
.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Input input = 2;
| Returns | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequest.InputOrBuilder |
|
getRequestCase()
public abstract BidiStreamingAnalyzeContentRequest.RequestCase getRequestCase()| Returns | |
|---|---|
| Type | Description |
BidiStreamingAnalyzeContentRequest.RequestCase |
|
hasConfig()
public abstract boolean hasConfig()The config message for this conversation.
.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Config config = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the config field is set. |
hasInput()
public abstract boolean hasInput()Text, audio or other multi-modality inputs. This is the second and following messages sent by the client.
.google.cloud.dialogflow.v2beta1.BidiStreamingAnalyzeContentRequest.Input input = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the input field is set. |