Contact Center AI Insights v1 API - Class RuntimeAnnotation.Types.UserInput (2.17.0)

public sealed class RuntimeAnnotation.Types.UserInput : IMessage<RuntimeAnnotation.Types.UserInput>, IEquatable<RuntimeAnnotation.Types.UserInput>, IDeepCloneable<RuntimeAnnotation.Types.UserInput>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class RuntimeAnnotation.Types.UserInput.

Explicit input used for generating the answer

Inheritance

object > RuntimeAnnotation.Types.UserInput

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

UserInput()

public UserInput()

UserInput(UserInput)

public UserInput(RuntimeAnnotation.Types.UserInput other)
Parameter
Name Description
other RuntimeAnnotationTypesUserInput

Properties

GeneratorName

public string GeneratorName { get; set; }

The resource name of associated generator. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>

Property Value
Type Description
string

Query

public string Query { get; set; }

Query text. Article Search uses this to store the input query used to generate the search results.

Property Value
Type Description
string

QuerySource

public RuntimeAnnotation.Types.UserInput.Types.QuerySource QuerySource { get; set; }

Query source for the answer.

Property Value
Type Description
RuntimeAnnotationTypesUserInputTypesQuerySource