Google Cloud Dialogflow v2beta1 API - Class BidiStreamingAnalyzeContentRequest.Types.Config (1.0.0-beta24)

public sealed class BidiStreamingAnalyzeContentRequest.Types.Config : IMessage<BidiStreamingAnalyzeContentRequest.Types.Config>, IEquatable<BidiStreamingAnalyzeContentRequest.Types.Config>, IDeepCloneable<BidiStreamingAnalyzeContentRequest.Types.Config>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BidiStreamingAnalyzeContentRequest.Types.Config.

The config of the session.

Inheritance

object > BidiStreamingAnalyzeContentRequest.Types.Config

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

Config()

public Config()

Config(Config)

public Config(BidiStreamingAnalyzeContentRequest.Types.Config other)
Parameter
Name Description
other BidiStreamingAnalyzeContentRequestTypesConfig

Properties

ConfigCase

public BidiStreamingAnalyzeContentRequest.Types.Config.ConfigOneofCase ConfigCase { get; }
Property Value
Type Description
BidiStreamingAnalyzeContentRequestTypesConfigConfigOneofCase

InitialVirtualAgentParameters

public Struct InitialVirtualAgentParameters { get; set; }

Parameters to be passed to the virtual agent at the beginning.

Property Value
Type Description
Struct

InitialVirtualAgentQueryParams

public QueryParameters InitialVirtualAgentQueryParams { get; set; }

Initial parameters for the virtual-agent.

Property Value
Type Description
QueryParameters

Participant

public string Participant { get; set; }

Required. The name of the participant to fetch response for. Format: projects/<Project ID>/locations/<Location ID>/conversations/<Conversation ID>/participants/<Participant ID>.

Property Value
Type Description
string

ParticipantAsParticipantName

public ParticipantName ParticipantAsParticipantName { get; set; }

ParticipantName-typed view over the Participant resource name property.

Property Value
Type Description
ParticipantName

VoiceSessionConfig

public BidiStreamingAnalyzeContentRequest.Types.Config.Types.VoiceSessionConfig VoiceSessionConfig { get; set; }

Configure a voice-based session.

Property Value
Type Description
BidiStreamingAnalyzeContentRequestTypesConfigTypesVoiceSessionConfig