Show / Hide Table of Contents

Class Prompt

Inheritance
System.Object
Prompt
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class Prompt

Constructors

Prompt()

Declaration
public Prompt()

Properties

Culture

Declaration
public Culture? Culture { get; set; }
Property Value
Type Description
System.Nullable<Culture>

Emphasize

Declaration
public bool ? Emphasize { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

FileUri

Declaration
public Uri FileUri { get; set; }
Property Value
Type Description
System.Uri

SayAs

Declaration
public SayAs? SayAs { get; set; }
Property Value
Type Description
System.Nullable<SayAs>

SilenceLengthInMilliseconds

Declaration
public uint ? SilenceLengthInMilliseconds { get; set; }
Property Value
Type Description
System.Nullable<System.UInt32>

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String

Voice

Declaration
public VoiceGender? Voice { get; set; }
Property Value
Type Description
System.Nullable<VoiceGender>

Methods

Validate()

Declaration
public void Validate()

Validate(IEnumerable<Prompt>)

Declaration
public static void Validate(IEnumerable<Prompt> prompts)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Prompt> prompts
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX